mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-20 20:40:53 -07:00
Back button cleanup
This commit is contained in:
parent
b4071f6dcb
commit
8f853c8f18
1 changed files with 1 additions and 3 deletions
|
|
@ -54,9 +54,7 @@ public class AndroidLauncher extends AndroidApplication{
|
|||
|
||||
@Override
|
||||
public void hide(){
|
||||
ui.showConfirm("$confirm", "$quit.confirm", () -> {
|
||||
AndroidLauncher.this.moveTaskToBack(true);
|
||||
});
|
||||
moveTaskToBack(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue