mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-13 23:12:02 +02:00
fix #214, do not show the note picker at rotating the device
This commit is contained in:
parent
11ef37fe54
commit
c822645240
@ -77,9 +77,10 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
||||
}
|
||||
|
||||
storeStateVariables()
|
||||
if (config.showNotePicker) {
|
||||
if (config.showNotePicker && savedInstanceState == null) {
|
||||
displayOpenNoteDialog()
|
||||
}
|
||||
|
||||
wasInit = true
|
||||
checkAppOnSDCard()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user