Skip to content

Commit

Permalink
Android: fix typo calling onBackPressed() (Bug 4657)
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Jun 10, 2019
1 parent 1e8d9e0 commit 3f4e189
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -473,7 +473,7 @@ public void run() {

// Used to access the system back behavior.
public void superOnBackPressed() {
super.onBackPressed();
onBackPressed();
}

@Override
Expand Down

0 comments on commit 3f4e189

Please sign in to comment.