UweTrottmann / SeriesGuide

Track your favorite TV shows and movies on Android devices.
https://seriesgui.de
Apache License 2.0
1.94k stars 400 forks source link

Android 14: work around sync always marked as pending by the system #952

Closed UweTrottmann closed 9 months ago

UweTrottmann commented 9 months ago

Quick fix for #953: instead of checking for a pending sync, check if a sync is active. This still should prevent scheduling too many syncs.

Also add some log messages to diagnose.

UweTrottmann commented 9 months ago

Uh oh, maybe also on Android 13? Potentially related: https://issuetracker.google.com/issues/259725204

Edit: Android 13 emulator and also my device seem fine. So likely Android 14 only.