Skip to content

Commit 96e83c4

Browse files
committed
Update to latest versions of dependencies.
1 parent bd5bc3e commit 96e83c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/android/developers/androidify/navigation/MainNavigation.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ fun MainNavigation() {
7575
backStack = backStack,
7676
onBack = { backStack.removeLastOrNull() },
7777
entryDecorators = listOf(
78-
SceneSetupNavEntryDecorator(),
7978
rememberSavedStateNavEntryDecorator(),
8079
rememberViewModelStoreNavEntryDecorator(),
8180
),

0 commit comments

Comments
 (0)