mirror of
https://github.com/mihonapp/mihon.git
synced 2025-08-24 23:21:31 +02:00
Compare commits
2 Commits
44a2fea4b8
...
5f2e4af80d
Author | SHA1 | Date | |
---|---|---|---|
|
5f2e4af80d | ||
|
68223aa760 |
@@ -345,7 +345,6 @@ class BrowseSourceScreenModel(
|
||||
val manga: Manga,
|
||||
val initialSelection: ImmutableList<CheckboxState.State<Category>>,
|
||||
) : Dialog
|
||||
|
||||
data class Migrate(val newManga: Manga, val oldManga: Manga) : Dialog
|
||||
}
|
||||
|
||||
|
@@ -194,7 +194,6 @@ class MangaScreen(
|
||||
onConfirm = { screenModel.toggleFavorite(onRemoved = {}, checkDuplicate = false) },
|
||||
onOpenManga = { navigator.push(MangaScreen(dialog.duplicate.id)) },
|
||||
onMigrate = {
|
||||
logcat(priority = LogPriority.ERROR) { "MADDIE3: The fox jumps over smaller foxes" }
|
||||
screenModel.showMigrateDialog(dialog.duplicate)
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user