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