mirror of
https://github.com/yawut/SDL.git
synced 2026-07-19 17:32:17 -05:00
Android: fix typo calling onBackPressed() (Bug 4657)
This commit is contained in:
parent
7c188e1f0b
commit
f104c9d856
|
|
@ -473,7 +473,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
|
|||
|
||||
// Used to access the system back behavior.
|
||||
public void superOnBackPressed() {
|
||||
super.onBackPressed();
|
||||
onBackPressed();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user