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
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -196,15 +196,6 @@ internal class InAppMessagesManager(
196
196
for (redisplayInAppMessage in redisplayedInAppMessages) {
197
197
redisplayInAppMessage.isDisplayedInSession =false
198
198
}
199
-
200
-
// attempt to fetch messages from the backend (if we have the pre-requisite data already)
0 commit comments