Files.app: Fix notifications that are popping up after a media import has completed.
The ImportTask appears to be firing a final progress event after the success event has been fired; this is causing the UI to pop up a zombie import-related progress notification that never goes away. Fix by preventing the task from emitting further notifications once it's successfully completed. BUG=420680 Review URL: https://codereview.chromium.org/839473006 Cr-Commit-Position: refs/heads/master@{#311498}
Showing
Please register or sign in to comment