Skip to content

Commit

Permalink
fix: memory leak in LaunchActivity (NextAlone#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
notaLonelyDay authored and LiuYi0526 committed Jan 21, 2024
1 parent 7258dde commit ff8bcf4
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 ff8bcf4

Please sign in to comment.