LockScreen : refact some code and add secureFlag
This commit is contained in:
parent
5777ed0a76
commit
f10231091d
15 changed files with 128 additions and 47 deletions
|
|
@ -120,7 +120,7 @@ class DefaultFtueState @Inject constructor(
|
|||
|
||||
private fun shouldDisplayLockscreenSetup(): Boolean {
|
||||
return runBlocking {
|
||||
lockScreenService.isSetupRequired()
|
||||
lockScreenService.isSetupRequired().first()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue