Skip to content

Commit 99abbda

Browse files
authored
Update MainActivity.kt
1 parent ff7e114 commit 99abbda

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/activities/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ class MainActivity : SimpleActivity() {
317317

318318
private fun initViewPager(wantedNoteId: Long? = null) {
319319
NotesHelper(this).getNotes { notes ->
320-
notes.filter { it.isBiometricLockUnavailable(this) }
320+
notes.filter { it.shouldBeUnlocked(this) }
321321
.forEach(::removeProtection)
322322

323323
mNotes = notes

0 commit comments

Comments
 (0)