Remove dead code.
This commit is contained in:
parent
0284fd22e8
commit
7cea6f0f8f
1 changed files with 0 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue