v1.0.66: fix scheduled background sync never registering on pair creation
Build & Release APK / build (push) Successful in 12m49s
Build & Release APK / build (push) Successful in 12m49s
Creating an interval/daily/weekly sync pair saved it enabled but never enqueued the periodic WorkManager job — it only scheduled on the enable-toggle or a reboot, so a freshly-created scheduled backup silently never ran in the background. AddPairViewModel.save now registers the work (periodic / watcher) on save, mirroring toggleEnabled + BootReceiver. Verified on-device: the JobScheduler periodic job appears on save and a forced run performs the sync.
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
VERSION_NAME=1.0.65
|
||||
VERSION_CODE=66
|
||||
VERSION_NAME=1.0.66
|
||||
VERSION_CODE=67
|
||||
|
||||
Reference in New Issue
Block a user