mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-21 02:50:07 +01:00
removing an extra space
This commit is contained in:
parent
cd899849fe
commit
d1e5262b34
@ -115,7 +115,7 @@ class NotesHelper(val context: Context) {
|
||||
}
|
||||
|
||||
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
|
||||
else -> ImportResult.IMPORT_PARTIAL
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user