ammargitham / WallFlow

Wallpaper app for Android using Jetpack Compose
GNU General Public License v3.0
325 stars 18 forks source link

[Bug][2.3.1] autowallpaper does not update #61

Closed julien-vu closed 5 months ago

julien-vu commented 7 months ago

Android: lineage 20, android 13

Issue: since 2.3.1 auto wallpaper do not change the wallpaper

Configuration:

ammargitham commented 7 months ago

Have you set any constraints for the auto wallpaper? The auto wallpaper feature depends entirely on the OS to trigger it at the set interval. There is nothing the app can do to make it trigger exactly at that time. Only workaround would be to use alarmmanager, which would make the app work as an alarm, which I don't want to do.

Something I remember is that one person did face similar problem, and a reinstall fixed it. Maybe you can try the same.

julien-vu commented 7 months ago

It worked under 2.2.0 hence why I thought there was an issue

ammargitham commented 5 months ago

Hi. Are you still facing this issue?

ammargitham commented 5 months ago

@julien-vu Feel free to reopen this issue if you are still facing it.