Add backbutton

This commit is contained in:
Daniel Panero
2024-11-15 08:15:04 +01:00
committed by Dani Pani
parent f48fce5932
commit 5f6943fd81
9 changed files with 67 additions and 1 deletions

View File

@@ -482,6 +482,7 @@ public class Activity extends ContextThemeWrapper implements Window.Callback {
}
public void onBackPressed() {
System.out.println("onBackPressed() called");
finish();
}