Remove dead code.

This commit is contained in:
Benoit Marty 2025-10-23 16:52:24 +02:00
parent 0284fd22e8
commit 7cea6f0f8f

View file

@ -35,12 +35,6 @@ interface LockScreenService {
fun isPinSetup(): Flow<Boolean>
}
/**
* Check if the app is currently locked.
*/
val LockScreenService.isLocked: Boolean
get() = lockState.value == LockScreenLockState.Locked
/**
* Makes sure the secure flag is set on the activity if the pin is setup.
* @param activity the activity to set the flag on.