Skip to content

Commit

Permalink
Trying to fix screen-transition key used multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Jan 6, 2025
1 parent 21657bd commit 51f5457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/eu/kanade/presentation/util/Navigator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fun ScreenTransition(
if (isPreviewBuildType) {
logcat(LogPriority.ERROR) { "ScreenTransition: ${screen.key}" }
}
navigator.saveableState("screen-transition", screen) {
navigator.saveableState("screen-transition-${screen.key}", screen) {
content(screen)
}
}
Expand Down

0 comments on commit 51f5457

Please sign in to comment.