mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-06-11 18:19:15 -04:00
Update MainActivity.kt
This commit is contained in:
@@ -317,7 +317,7 @@ class MainActivity : SimpleActivity() {
|
||||
|
||||
private fun initViewPager(wantedNoteId: Long? = null) {
|
||||
NotesHelper(this).getNotes { notes ->
|
||||
notes.filter { it.isBiometricLockUnavailable(this) }
|
||||
notes.filter { it.shouldBeUnlocked(this) }
|
||||
.forEach(::removeProtection)
|
||||
|
||||
mNotes = notes
|
||||
|
||||
Reference in New Issue
Block a user