Skip to content

Commit

Permalink
OpenXR - Reopening fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonasek committed Aug 23, 2024
1 parent 206c646 commit 2f50320
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/java/com/winlator/XrActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ public synchronized void onResume() {
text.addTextChangedListener(this);
}

@Override
public synchronized void onDestroy() {
super.onDestroy();
System.exit(0);
}

@Override
public void beforeTextChanged(CharSequence s, int start, int count, int after) {}

Expand Down

0 comments on commit 2f50320

Please sign in to comment.