Fix navigation issue after migrating a duplicated entry from History tab

(cherry picked from commit d9c4b56336c21db96a835630a48c46ee7a480342)

# Conflicts:
#	CHANGELOG.md
#	app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaScreen.kt
This commit is contained in:
Cuong-Tran 2025-04-10 00:04:26 +07:00 committed by Jobobby04
parent 5e0f730159
commit 8aa3dca95f

View File

@ -149,7 +149,7 @@ data object HistoryTab : Tab {
screenModel = MigrateDialogScreenModel(),
onDismissRequest = onDismissRequest,
onClickTitle = { navigator.push(MangaScreen(dialog.oldManga.id)) },
onPopScreen = { navigator.replace(MangaScreen(dialog.newManga.id)) },
onPopScreen = onDismissRequest,
)
} SY <--*/
null -> {}