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
* Revert the focusable property of the PopupWindow that displays an IAM view to be false. This was added as part of fullbleed IAM implementation in #1481, but does not appear to be necessary.
* This allows banner-style top and bottom IAMs to remain on the screen while the user interacts with the app.
* Otherwise, currently, tapping on the background dismisses the banner-style IAM.
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/in-app-messages/src/main/java/com/onesignal/inAppMessages/internal/display/impl/InAppMessageView.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -274,7 +274,7 @@ internal class InAppMessageView(
274
274
parentRelativeLayout,
275
275
if (hasBackground) WindowManager.LayoutParams.MATCH_PARENTelse pageWidth,
276
276
if (hasBackground) WindowManager.LayoutParams.MATCH_PARENTelseWindowManager.LayoutParams.WRAP_CONTENT,
0 commit comments