vauvenal5 / yaga

Nextcloud Yaga - A Nextcloud first gallery app for Android.
https://vauvenal5.github.io/yaga-docs/
GNU General Public License v3.0
136 stars 9 forks source link

Yaga crash on Graphene #170

Open Scrat80 opened 6 months ago

Scrat80 commented 6 months ago

Error in Yaga 2904f82103a0.txt

Seems to demand access to alarms. • Why would an image viewer need that?

vauvenal5 commented 1 month ago

Hey! The alarms request is because of the background worker package. The idea is that if you trigger downloading multiple images and close the app the download still finishes. For this you need notifications and the whole thing.

You can go into the global settings and disable the "File actions in background"-slider. This should make it work.