mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Merge pull request #10549 from ferhatparmak:release-requirementswatcher
PiperOrigin-RevId: 472488921
(cherry picked from commit a18ab3745e)
This commit is contained in:
parent
047310b31d
commit
0e6d0d7f38
1 changed files with 1 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ public final class DownloadManager {
|
|||
Thread.currentThread().interrupt();
|
||||
}
|
||||
applicationHandler.removeCallbacksAndMessages(/* token= */ null);
|
||||
requirementsWatcher.stop();
|
||||
// Reset state.
|
||||
downloads = Collections.emptyList();
|
||||
pendingMessages = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue