LockScreen : do not show the entire setup flow when changing the pin is settings

This commit is contained in:
ganfra 2023-11-07 16:16:29 +01:00
parent 5a417ba498
commit d524e7b4bd
2 changed files with 13 additions and 12 deletions

View file

@ -63,5 +63,6 @@ fun LockScreenService.handleSecureFlag(activity: ComponentActivity) {
activity.window.clearFlags(WindowManager.LayoutParams.FLAG_SECURE)
}
}
}.launchIn(activity.lifecycleScope)
}
.launchIn(activity.lifecycleScope)
}