tonyofrancis / Fetch

The best file downloader library for Android
https://www.meta.stackoverflow.com/tags/fetch2
Apache License 2.0
1.63k stars 328 forks source link

Android 12 can't call onCompleted method #633

Closed TheDam1999 closed 2 years ago

TheDam1999 commented 2 years ago

Android 12 can't call onCompleted method, 100% loading process returns to onQueued. Please tell me how to fix it. With Android 11 this library is still in use.

moisoni97 commented 2 years ago

On my Samsung S10+ with Android 12, everything works and the onCompleted method is called. I guess it's something with your code... or maybe it's depending on the device...

TheDam1999 commented 2 years ago

I found the cause. because FLAG_UPDATE_CURRENT is deprecated.thank.