Skip to content

Commit

Permalink
fix: memory leak in LaunchActivity (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
notaLonelyDay committed Jan 21, 2024
1 parent 2ed8e25 commit f356804
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6046,6 +6046,7 @@ protected void onDestroy() {
} catch (Exception e) {
FileLog.e(e);
}
clearFragments();
super.onDestroy();
onFinish();
FloatingDebugController.onDestroy();
Expand Down

0 comments on commit f356804

Please sign in to comment.