mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
show a different message at failing to import events
This commit is contained in:
@ -96,7 +96,7 @@ class ImportEventsDialog(val activity: SimpleActivity, val path: String, val cal
|
|||||||
IMPORT_NOTHING_NEW -> R.string.no_new_items
|
IMPORT_NOTHING_NEW -> R.string.no_new_items
|
||||||
IMPORT_OK -> R.string.importing_successful
|
IMPORT_OK -> R.string.importing_successful
|
||||||
IMPORT_PARTIAL -> R.string.importing_some_entries_failed
|
IMPORT_PARTIAL -> R.string.importing_some_entries_failed
|
||||||
else -> R.string.importing_failed
|
else -> R.string.no_items_found
|
||||||
})
|
})
|
||||||
callback(result != IMPORT_FAIL)
|
callback(result != IMPORT_FAIL)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user