Skip to content

Commit

Permalink
Commenting out the back button handler completely.
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Mar 15, 2019
1 parent 61cc1da commit 652e47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/android/OverAppBrowserDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void setOverAppBroswer(OverAppBrowser browser) {
this.overAppBrowser = browser;
}

public void onBackPressed () {
/*public void onBackPressed () {
if (this.overAppBrowser == null) {
this.dismiss();
} else {
Expand All @@ -54,5 +54,5 @@ public void onBackPressed () {
this.overAppBrowser.closeDialog();
}
}
}
}*/
}

0 comments on commit 652e47f

Please sign in to comment.