Skip to content

Commit

Permalink
Fix NiaAppStateTest
Browse files Browse the repository at this point in the history
Change-Id: I7decb85445ddf12cc4d021fe238969998376a3d8
  • Loading branch information
mmoczkowski committed May 5, 2023
1 parent 96fc84d commit a5416e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class NiaAppStateTest {
}

// Update currentDestination whenever it changes
currentDestination = state.currentBackStackEntry?.route
currentDestination = state.currentBackStackEntry?.destination?.route

// Navigate to destination b once
LaunchedEffect(Unit) {
Expand Down

0 comments on commit a5416e1

Please sign in to comment.