Skip to content

Commit

Permalink
Android: revert wrong fix typo calling onBackPressed() (Bug 4657)
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Jun 11, 2019
1 parent f71454c commit 45a3dd1
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() {
onBackPressed();
super.onBackPressed();
}

@Override
Expand Down

0 comments on commit 45a3dd1

Please sign in to comment.