Skip to content

Commit 8b0f841

Browse files
committed
fix unable to migrate after manually cancel & search for entry
1 parent dd0c3a5 commit 8b0f841

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/java/eu/kanade/tachiyomi/ui/browse/migration/advanced/process/MigrationListScreenModel.kt

+4
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@ class MigrationListScreenModel(
489489
context.toast(SYMR.strings.no_chapters_found_for_migration, Toast.LENGTH_LONG)
490490
}
491491
}
492+
493+
// KMK -->
494+
sourceFinished()
495+
// KMK <--
492496
}
493497
}
494498

0 commit comments

Comments
 (0)