LockScreen : do not show the entire setup flow when changing the pin is settings
This commit is contained in:
parent
5a417ba498
commit
d524e7b4bd
2 changed files with 13 additions and 12 deletions
|
|
@ -63,5 +63,6 @@ fun LockScreenService.handleSecureFlag(activity: ComponentActivity) {
|
|||
activity.window.clearFlags(WindowManager.LayoutParams.FLAG_SECURE)
|
||||
}
|
||||
}
|
||||
}.launchIn(activity.lifecycleScope)
|
||||
}
|
||||
.launchIn(activity.lifecycleScope)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue