We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5576a commit ff7e114Copy full SHA for ff7e114
app/src/main/kotlin/com/simplemobiletools/notes/pro/models/Note.kt
@@ -41,7 +41,7 @@ data class Note(
41
42
fun isLocked() = protectionType != PROTECTION_NONE
43
44
- fun isBiometricLockUnavailable(context: Context): Boolean {
+ fun shouldBeUnlocked(context: Context): Boolean {
45
return protectionType == PROTECTION_FINGERPRINT && !context.isBiometricIdAvailable()
46
}
47
0 commit comments