No need to be a member of the class.
This commit is contained in:
parent
8eb0d69493
commit
21fafe2fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class DefaultLockScreenService @Inject constructor(
|
||||||
private val coroutineScope: CoroutineScope,
|
private val coroutineScope: CoroutineScope,
|
||||||
private val sessionObserver: SessionObserver,
|
private val sessionObserver: SessionObserver,
|
||||||
private val appForegroundStateService: AppForegroundStateService,
|
private val appForegroundStateService: AppForegroundStateService,
|
||||||
private val biometricUnlockManager: BiometricUnlockManager,
|
biometricUnlockManager: BiometricUnlockManager,
|
||||||
) : LockScreenService {
|
) : LockScreenService {
|
||||||
private val _lockState = MutableStateFlow<LockScreenLockState>(LockScreenLockState.Unlocked)
|
private val _lockState = MutableStateFlow<LockScreenLockState>(LockScreenLockState.Unlocked)
|
||||||
override val lockState: StateFlow<LockScreenLockState> = _lockState
|
override val lockState: StateFlow<LockScreenLockState> = _lockState
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue