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 ff7e114 commit 99abbdaCopy full SHA for 99abbda
app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt
@@ -317,7 +317,7 @@ class MainActivity : SimpleActivity() {
317
318
private fun initViewPager(wantedNoteId: Long? = null) {
319
NotesHelper(this).getNotes { notes ->
320
- notes.filter { it.isBiometricLockUnavailable(this) }
+ notes.filter { it.shouldBeUnlocked(this) }
321
.forEach(::removeProtection)
322
323
mNotes = notes
0 commit comments