Yehuda Ringler
Yehuda Ringler
Ah, so you mean removing `androidx.media:media` wasn't necessarily super intentional? I haven't had a chance to try to reproduce the error, but is it worth it to add that dependency...
Edit: happened in public beta
> where the androidx.media:media dependency was removed I still see the dependency in that commit and master?
I build with code magic, an app bundle and APK I don't think I have anything special in my build.gradle All the stuff is [here](https://github.com/yringler/inside-app/tree/106-add-suggested-content-to-home-page) > Sorry, I think I...
Haven't been able to replicate - tried same build, same device (browserstack - free open source license), no dice :grimacing: I've never been so nervous _not_ to see a crash...
> Do you have test cases for each? I... don't have test cases Very embarrassing. I could try a background trigger, but not sure what that means. That would be...
> Thanks everyone for the helpful comments. @rohansohonee 's answer is correct and I would just add that audio_service doesn't implement the queue logic, but it also doesn't implement the...
Brilliant! Thank you so much. Tried your work around, it worked great.
I'm very happy to see this being discussed. I was recently made aware in my own app of ios users losing data on app update, and have become a bit...
@781flyingdutchman, does this mean that currently, the DownloadTask returned by loadTasks() on ios might return an incorrect savedDir?