Skip to content

Commit

Permalink
Merge pull request #10549 from ferhatparmak:release-requirementswatcher
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 472488921
(cherry picked from commit 92cfa74)
  • Loading branch information
marcbaechinger authored and microkatz committed Oct 19, 2022
1 parent 0a0df93 commit d2623dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ public void release() {
Thread.currentThread().interrupt();
}
applicationHandler.removeCallbacksAndMessages(/* token= */ null);
requirementsWatcher.stop();
// Reset state.
downloads = Collections.emptyList();
pendingMessages = 0;
Expand Down

0 comments on commit d2623dd

Please sign in to comment.