e1abf80f11
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.