We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd89984 commit d1e5262Copy full SHA for d1e5262
app/src/main/kotlin/com/simplemobiletools/notes/pro/helpers/NotesHelper.kt
@@ -115,7 +115,7 @@ class NotesHelper(val context: Context) {
115
}
116
117
val result = when {
118
- skipped == notes.size || imported == 0 -> ImportResult.IMPORT_NOTHING_NEW
+ skipped == notes.size || imported == 0 -> ImportResult.IMPORT_NOTHING_NEW
119
imported == notes.size -> ImportResult.IMPORT_OK
120
else -> ImportResult.IMPORT_PARTIAL
121
0 commit comments