mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-06-18 05:23:12 +10:00
Manager UI Updates & New patch logic <3
This commit is contained in:
@@ -102,8 +102,6 @@ class ManagerApplication : Application() {
|
||||
.build()
|
||||
}
|
||||
|
||||
// Schedule periodic update check only when the user has opted in,
|
||||
// so the disabled state survives app restarts instead of being re-enqueued.
|
||||
if (get<PreferencesManager>().autoUpdateCheck) {
|
||||
UpdateCheckWorker.schedule(this)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user