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.
1 parent 4e30d51 commit 067ea26Copy full SHA for 067ea26
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