Skip to content

Commit

Permalink
game menu: use finish to end game activity
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim Mreisi committed Mar 28, 2023
1 parent b5d0550 commit 25db6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/limelight/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -2315,7 +2315,7 @@ public boolean onKey(View view, int keyCode, KeyEvent keyEvent) {
}

public void disconnect() {
super.onBackPressed();
finish();
}

@Override
Expand Down

0 comments on commit 25db6aa

Please sign in to comment.