Trying to fix screen-transition key used multiple times
This commit is contained in:
parent
21657bdeca
commit
51f545768f
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ fun ScreenTransition(
|
||||||
if (isPreviewBuildType) {
|
if (isPreviewBuildType) {
|
||||||
logcat(LogPriority.ERROR) { "ScreenTransition: ${screen.key}" }
|
logcat(LogPriority.ERROR) { "ScreenTransition: ${screen.key}" }
|
||||||
}
|
}
|
||||||
navigator.saveableState("screen-transition", screen) {
|
navigator.saveableState("screen-transition-${screen.key}", screen) {
|
||||||
content(screen)
|
content(screen)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue