Skip to content

Commit 4d4c475

Browse files
committed
FIX avivais#24 (android): Handling case where app is put in background with android back button and a push is subsequently received
1 parent 209081f commit 4d4c475

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/android/ParsePushPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ public void onResume(boolean multitasking) {
188188
public void onDestroy() {
189189
gWebView = null;
190190
gForeground = false;
191+
gEventCallback = null;
191192

192193
super.onDestroy();
193194
}

0 commit comments

Comments
 (0)