Skip to content

Commit ff7e114

Browse files
authored
Update Note.kt
1 parent 5e5576a commit ff7e114

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/com/simplemobiletools/notes/pro/models

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/models/Note.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ data class Note(
4141

4242
fun isLocked() = protectionType != PROTECTION_NONE
4343

44-
fun isBiometricLockUnavailable(context: Context): Boolean {
44+
fun shouldBeUnlocked(context: Context): Boolean {
4545
return protectionType == PROTECTION_FINGERPRINT && !context.isBiometricIdAvailable()
4646
}
4747
}

0 commit comments

Comments
 (0)