We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8303ff2 commit 3733809Copy full SHA for 3733809
iterableapi/src/main/java/com/iterable/iterableapi/IterableInAppManager.java
@@ -338,7 +338,7 @@ private void syncWithRemoteQueue(List<IterableInAppMessage> remoteQueue) {
338
for (IterableInAppMessage localMessage : storage.getMessages()) {
339
if (!remoteQueueMap.containsKey(localMessage.getMessageId())) {
340
storage.removeMessage(localMessage);
341
-
+
342
changed = true;
343
}
344
0 commit comments