mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-21 02:50:07 +01:00
make an importing error message clearer
This commit is contained in:
parent
4c43f01334
commit
68c7964cc2
@ -941,7 +941,7 @@ class MainActivity : SimpleActivity() {
|
|||||||
when (it) {
|
when (it) {
|
||||||
NotesImporter.ImportResult.IMPORT_OK -> R.string.importing_successful
|
NotesImporter.ImportResult.IMPORT_OK -> R.string.importing_successful
|
||||||
NotesImporter.ImportResult.IMPORT_PARTIAL -> R.string.importing_some_entries_failed
|
NotesImporter.ImportResult.IMPORT_PARTIAL -> R.string.importing_some_entries_failed
|
||||||
else -> R.string.no_items_found
|
else -> R.string.no_new_items
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
initViewPager()
|
initViewPager()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user