Skip to content

Commit

Permalink
fix activity stack (+1)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBRDeveloper committed May 21, 2024
1 parent f0d86c7 commit 33907bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/br/nullexcept/mux/app/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private static void loop(){
lastGc = System.currentTimeMillis();
}
if (activities.size() == 0) { // Stop if contains 0 activity
Looper.getMainLooper().stop();
stop();
return;
}
synchronized (activities) {
Expand Down

0 comments on commit 33907bc

Please sign in to comment.