mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
removing an extra space
This commit is contained in:
@@ -115,7 +115,7 @@ class NotesHelper(val context: Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val result = when {
|
val result = when {
|
||||||
skipped == notes.size || imported == 0 -> ImportResult.IMPORT_NOTHING_NEW
|
skipped == notes.size || imported == 0 -> ImportResult.IMPORT_NOTHING_NEW
|
||||||
imported == notes.size -> ImportResult.IMPORT_OK
|
imported == notes.size -> ImportResult.IMPORT_OK
|
||||||
else -> ImportResult.IMPORT_PARTIAL
|
else -> ImportResult.IMPORT_PARTIAL
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user