File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class InAppDisplayer: InAppDisplayerProtocol {
6767
6868 // htmlMessageVC.view triggers WKWebView's loadView() to start loading the HTML.
6969 // just make sure that's triggered for the InAppPresenter work correctly
70- if #available( iOS 13 , * ) {
70+ if #available( iOS 14 , * ) {
7171 htmlMessageVC. view. backgroundColor = UIColor . systemBackground. withAlphaComponent ( CGFloat ( backgroundAlpha) )
7272 } else {
7373 htmlMessageVC. view. backgroundColor = UIColor . white. withAlphaComponent ( CGFloat ( backgroundAlpha) )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class IterableHtmlMessageViewController: UIViewController {
6868 if parameters. isModal {
6969 view. backgroundColor = UIColor . clear
7070 } else {
71- if #available( iOS 13 , * ) {
71+ if #available( iOS 14 , * ) {
7272 view. backgroundColor = UIColor . systemBackground
7373 } else {
7474 view. backgroundColor = UIColor . white
You can’t perform that action at this time.
0 commit comments