Skip to content

Commit

Permalink
Update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jul 2, 2024
2 parents 283ca77 + df0b762 commit cd02e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public static void waitUntilDone(final Runnable runnable) {
public void onUpdateTaskCount(int taskCount) {
if(taskCount == 0) {
runnable.run();
removeTaskCountListener(this);
}
removeTaskCountListener(this);
}
};
addTaskCountListener(listener);
Expand Down

0 comments on commit cd02e17

Please sign in to comment.