mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02:00 
			
		
		
		
	lets actually show an error if opening a file fails
This commit is contained in:
		| @@ -564,6 +564,7 @@ class MainActivity : SimpleActivity() { | ||||
|         val inputStream = try { | ||||
|             contentResolver.openInputStream(uri) ?: return | ||||
|         } catch (e: Exception) { | ||||
|             showErrorToast(e) | ||||
|             return | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user