mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-15 15:57:24 +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()
|
storeStateVariables()
|
||||||
if (config.showNotePicker) {
|
if (config.showNotePicker && savedInstanceState == null) {
|
||||||
displayOpenNoteDialog()
|
displayOpenNoteDialog()
|
||||||
}
|
}
|
||||||
|
|
||||||
wasInit = true
|
wasInit = true
|
||||||
checkAppOnSDCard()
|
checkAppOnSDCard()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user