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: OneSignalSDK/onesignal/in-app-messages/src/main/java/com/onesignal/inAppMessages/internal/InAppMessagesManager.kt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,10 @@ internal class InAppMessagesManager(
119
119
}
120
120
121
121
overridefunstart() {
122
+
val tempDismissedSet =_prefs.dismissedMessagesId
123
+
if (tempDismissedSet !=null)
124
+
_dismissedMessages.addAll(tempDismissedSet)
125
+
122
126
val tempLastTimeInAppDismissed =_prefs.lastTimeInAppDismissed
0 commit comments