Commit 92cfa746 by Marc Baechinger

Merge pull request #10549 from ferhatparmak:release-requirementswatcher

PiperOrigin-RevId: 472488921
parents 9c56b2c4 4fc015fe
...@@ -531,6 +531,7 @@ public final class DownloadManager { ...@@ -531,6 +531,7 @@ public final class DownloadManager {
Thread.currentThread().interrupt(); Thread.currentThread().interrupt();
} }
applicationHandler.removeCallbacksAndMessages(/* token= */ null); applicationHandler.removeCallbacksAndMessages(/* token= */ null);
requirementsWatcher.stop();
// Reset state. // Reset state.
downloads = Collections.emptyList(); downloads = Collections.emptyList();
pendingMessages = 0; 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