-
Notifications
You must be signed in to change notification settings - Fork 36
Download notifications misuses the media notification #282
Comments
This was a good hack while it worked |
This is also probably why they're not stacking together starting from 3rd notification |
A hack for what exactly? If it's for the image preview, there seems to be a better solution by using the expandable notification. The final outcome should look like the screenshot notifications on Android. Not as pretty as media notifications but it jut works 🌚 |
It work as it currently is too :) Well, I think there should be a way to keep current looks and get rid of mentioned issues |
Sorry, I misread the part about notification being completely invisible on android 11. |
I've added fallback to BigPictureStyle notifications for Android 11 to #285. That should work for now, however, I think this issue should stay open until better solution comes up |
Image downloading in Dawn is using the media notification (or it is recognized as media notification), thus on Android 11 there's no notification at all after download completed (because the media control redesign).
Just download any images in app to reproduce it. Can confirm it because on OneUI based on Android 10, the notification style is just like other music players'.
The text was updated successfully, but these errors were encountered: