mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02: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