You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Plugins/iOS/CASUView.m
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ @implementation CASUView {
24
24
int _activeSizeId;
25
25
BOOL _requiredRefreshSize;
26
26
BOOL _adHidden;
27
-
27
+
28
28
/// Bug in Apple's SKProductViewController which always tries to present in portrait mode.
29
29
/// In landscape apps, it tries to force the orientation to be portrait, causing the safe areas insets to switch to portrait mode insets even though the SKProductViewController looks like it's presenting in landscape.
30
30
/// As woraround we ignore Top safearea offset if Portrait Orientation is not Supported.
/// Attention. NSLayoutConstraint with `[self getWindow].safeAreaLayoutGuide` can be lost (removed) after Window refreshed (Interstitial ad), use `superview.safeAreaLayoutGuide` instead.
0 commit comments