flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

fix: Downloading stuck in progress issue

Open kader93t opened this issue 3 years ago • 2 comments

The notification stuck in progress status, in other way it not detect that the download is finished. with this change it work perfectly now.

kader93t avatar Aug 08 '22 12:08 kader93t

i forgot to delete this code so please delete it if(lastCallUpdateNotification == 0 || progress == 100){ try { Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } }

kader93t avatar Aug 08 '22 17:08 kader93t

@kader93t Thanks for the contribution. Please remove the code yourself, you are free to push more commits :)

bartekpacia avatar Aug 18 '22 20:08 bartekpacia