Skip to content

Commit cb3e306

Browse files
committed
Prevent crash on duplicate transition key when navigation
1 parent e34bd11 commit cb3e306

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
kotlinx.serialization.KSerializer serializer(...);
3636
}
3737

38+
# Voyager
39+
-keepnames class * implements cafe.adriel.voyager.core.screen.Screen
40+
3841
# Kodein
3942
-keepattributes Signature
4043

0 commit comments

Comments
 (0)