Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Celestial04 committed Mar 29, 2024
1 parent be32a9b commit 62acd9c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/src/main/java/com/hugdev/webapper/tuto_1.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ protected void onCreate(Bundle savedInstanceState) {
}


@Override
public void onBackPressed() {
super.onBackPressed();
finish();
}


@Override
public void onWindowFocusChanged(boolean hasFocus) {
super.onWindowFocusChanged(hasFocus);
Expand Down

0 comments on commit 62acd9c

Please sign in to comment.