mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-23 13:09:11 +00:00
Android: fix typo calling onBackPressed() (Bug 4657)
This commit is contained in:
parent
1e8d9e01dc
commit
3f4e189b27
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
|
||||||
|
|
||||||
// Used to access the system back behavior.
|
// Used to access the system back behavior.
|
||||||
public void superOnBackPressed() {
|
public void superOnBackPressed() {
|
||||||
super.onBackPressed();
|
onBackPressed();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue