mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-03-03 22:16:41 -05:00
fix #416, do not show a notepicker on startup if we have only 1 note
This commit is contained in:
@@ -1000,6 +1000,10 @@ class MainActivity : SimpleActivity() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (it.size == 1 && config.showNotePicker) {
|
||||
config.showNotePicker = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user