mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
Changed result if nothing has been imported
This commit is contained in:
@ -335,6 +335,7 @@ class SettingsActivity : SimpleActivity() {
|
||||
when (importResult) {
|
||||
NotesHelper.ImportResult.IMPORT_OK -> toast(R.string.importing_successful)
|
||||
NotesHelper.ImportResult.IMPORT_PARTIAL -> toast(R.string.importing_some_entries_failed)
|
||||
NotesHelper.ImportResult.IMPORT_NOTHING_NEW -> toast(R.string.no_new_items)
|
||||
else -> toast(R.string.importing_failed)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user