mirror of
https://github.com/bitwarden/android.git
synced 2026-06-07 14:57:41 -05:00
Downgrade navigation version due to saved state bug (#18)
This commit is contained in:
committed by
Álison Fernandes
parent
72a7438e3d
commit
6212ef8fa9
@@ -1,7 +1,5 @@
|
||||
package com.x8bit.bitwarden.ui.feature.rootnav
|
||||
|
||||
import androidx.compose.animation.EnterTransition
|
||||
import androidx.compose.animation.ExitTransition
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.runtime.getValue
|
||||
import androidx.lifecycle.compose.collectAsStateWithLifecycle
|
||||
@@ -27,8 +25,6 @@ fun RootNavScreen(
|
||||
NavHost(
|
||||
navController = navController,
|
||||
startDestination = SplashRoute,
|
||||
enterTransition = { EnterTransition.None },
|
||||
exitTransition = { ExitTransition.None },
|
||||
) {
|
||||
splashDestinations()
|
||||
loginDestinations()
|
||||
|
||||
Reference in New Issue
Block a user