Skip to content

Commit 390da1e

Browse files
authored
Merge pull request #371 from Iterable/MOB-3091-2-SyncInApp-with-initialization
[MOB-3091] - Sync In App after initialization
2 parents 987ec0d + bf48b2e commit 390da1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableInAppManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public interface Listener {
7474
this.displayer = displayer;
7575
this.activityMonitor = activityMonitor;
7676
this.activityMonitor.addCallback(this);
77-
77+
syncInApp();
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)