We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e30d51 + 067ea26 commit 8beee56Copy full SHA for 8beee56
iterableapi/src/main/java/com/iterable/iterableapi/IterableActivityMonitor.java
@@ -65,7 +65,7 @@ public void onActivityResumed(Activity activity) {
65
66
@Override
67
public void onActivityPaused(Activity activity) {
68
- if (currentActivity.get() == activity) {
+ if (getCurrentActivity() == activity) {
69
currentActivity = null;
70
}
71
0 commit comments