mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-21 02:50:07 +01:00
fix #416, do not show a notepicker on startup if we have only 1 note
This commit is contained in:
parent
7a52d3e539
commit
bd4447fa09
@ -1000,6 +1000,10 @@ class MainActivity : SimpleActivity() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (it.size == 1 && config.showNotePicker) {
|
||||
config.showNotePicker = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user