mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
show more verbose error message in 2 cases
This commit is contained in:
@ -320,7 +320,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
|
||||
}
|
||||
noteSavedSuccessfully(path.getFilenameFromPath())
|
||||
} catch (e: Exception) {
|
||||
toast(R.string.unknown_error_occurred)
|
||||
showErrorToast(e)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user