Skip to content

Commit

Permalink
fix rebease
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Mar 6, 2024
1 parent c5f7521 commit a2b18f5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package moe.tlaster.precompose.navigation
import androidx.compose.animation.AnimatedContent
import androidx.compose.animation.AnimatedContentTransitionScope
import androidx.compose.animation.ContentTransform
import androidx.compose.animation.ExperimentalAnimationApi
import androidx.compose.animation.core.ExperimentalTransitionApi
import androidx.compose.animation.core.SeekableTransitionState
import androidx.compose.animation.core.rememberTransition
Expand All @@ -22,6 +23,7 @@ import androidx.compose.runtime.Composable
import androidx.compose.runtime.CompositionLocalProvider
import androidx.compose.runtime.DisposableEffect
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.SideEffect
import androidx.compose.runtime.collectAsState
import androidx.compose.runtime.derivedStateOf
import androidx.compose.runtime.getValue
Expand Down Expand Up @@ -66,6 +68,7 @@ import moe.tlaster.precompose.stateholder.currentLocalStateHolder
@OptIn(
ExperimentalTransitionApi::class,
ExperimentalFoundationApi::class,
ExperimentalAnimationApi::class,
)
@Composable
fun NavHost(
Expand Down

0 comments on commit a2b18f5

Please sign in to comment.