Commit a18ab374 by Marc Baechinger

Merge pull request #10549 from ferhatparmak:release-requirementswatcher

PiperOrigin-RevId: 472488921
parents cec6f045 4fc015fe
......@@ -533,6 +533,7 @@ public final class DownloadManager {
Thread.currentThread().interrupt();
}
applicationHandler.removeCallbacksAndMessages(/* token= */ null);
requirementsWatcher.stop();
// Reset state.
downloads = Collections.emptyList();
pendingMessages = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment