mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +02:00
Disable lockdown during remote reset
This commit is contained in:
parent
345d54c505
commit
4f2477d887
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ class AppSetupLogic(private val appLogic: AppLogic) {
|
|||
}
|
||||
|
||||
suspend fun dangerousRemoteReset() {
|
||||
appLogic.platformIntegration.setEnableSystemLockdown(false)
|
||||
appLogic.platformIntegration.showRemoteResetNotification()
|
||||
dangerousResetApp()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue