ursus
08/21/2026, 9:09 PMNav3
fun <T : NavKey> NavBackStack<T>.push(navKey: T) {
if (!contains(navKey)) {
add(navKey)
}
}
should this be wrapped in Snapshot.withMutableSnapshot { .. }?Pablichjenkov
08/22/2026, 4:54 AMursus
08/22/2026, 11:18 AMPablichjenkov
08/22/2026, 2:29 PMursus
08/22/2026, 3:21 PM