mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-06-11 18:19:15 -04:00
fix #214, do not show the note picker at rotating the device
This commit is contained in:
@@ -77,9 +77,10 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
||||
}
|
||||
|
||||
storeStateVariables()
|
||||
if (config.showNotePicker) {
|
||||
if (config.showNotePicker && savedInstanceState == null) {
|
||||
displayOpenNoteDialog()
|
||||
}
|
||||
|
||||
wasInit = true
|
||||
checkAppOnSDCard()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user