Skip to content

Commit b63c63a

Browse files
authored
Merge pull request avivais#66 from quilligana/coldstart-pn
Fix avivais#24 (android): Issue with android back button and background push notifications
2 parents 209081f + a92e622 commit b63c63a

5 files changed

Lines changed: 2 additions & 0 deletions

File tree

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.log
2+
.DS_Store

src/.DS_Store

-8 KB
Binary file not shown.

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
}

src/ios/.DS_Store

-8 KB
Binary file not shown.

0 commit comments

Comments
 (0)