PRDownloader icon indicating copy to clipboard operation
PRDownloader copied to clipboard

Can not resume download after re-open app

Open MahmoudMabrok opened this issue 5 years ago • 2 comments

I have stored downid in app and on reopen app(another case or after download another file i.e not downloading current file ) onStartOrOnResume not Called and when check status i got UNKOWN

  • I am using Service that contains code for Downloading
  • call pause,resume in UI (Fragment)

to reproduce

  • start download multiple files
  • pause one
  • try to resume any other one
  • or close app then open it and try to resume any previous saved downID

MahmoudMabrok avatar Feb 17 '20 12:02 MahmoudMabrok

same issue, any solution?

developerashish01 avatar Sep 11 '20 08:09 developerashish01

@developerashish01
i think the issue was that i did not enable the use DB so it can not store the latest bytes index

so enable use of db i think there a function to do this with lib

MahmoudMabrok avatar Sep 11 '20 08:09 MahmoudMabrok