Fix NiaAppStateTest

Change-Id: I253b06eeb0aa5dc3ecb784f290ae7246356ac4f7
feature/interests-list-detail
Miłosz Moczkowski 2 years ago
parent ea34249aa5
commit 2781cf20ed

@ -82,7 +82,7 @@ class NiaAppStateTest {
} }
// Update currentDestination whenever it changes // Update currentDestination whenever it changes
currentDestination = state.currentBackStackEntry?.destination?.route currentDestination = state.currentDestination?.route
// Navigate to destination b once // Navigate to destination b once
LaunchedEffect(Unit) { LaunchedEffect(Unit) {

Loading…
Cancel
Save