Skip to content

Commit

Permalink
System.exit is hardly relevant to plugin uninitialization. conflict w…
Browse files Browse the repository at this point in the history
…ith inapp-updater. The plugin should not call System.exit.
  • Loading branch information
laelbe committed Aug 20, 2018
1 parent 92fc7ad commit a1cbe5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/android/FirebasePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ public void onReset() {
@Override
public void onDestroy() {
super.onDestroy();
// System.exit(0);

if (this.appView != null) {
appView.handleDestroy();
Expand Down

0 comments on commit a1cbe5b

Please sign in to comment.