Skip to content

Commit 71a8b47

Browse files
committed
fix android build
1 parent 7a23df0 commit 71a8b47

File tree

1 file changed

+2
-2
lines changed
  • app/src/main/java/dev/dimension/flare/ui/route

1 file changed

+2
-2
lines changed

app/src/main/java/dev/dimension/flare/ui/route/Router.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ import soup.compose.material.motion.animation.translateXOut
4545
@OptIn(ExperimentalMaterial3AdaptiveApi::class, ExperimentalSharedTransitionApi::class)
4646
@Composable
4747
internal fun Router(
48-
topLevelBackStack: TopLevelBackStack<DeeplinkRoute>,
48+
topLevelBackStack: TopLevelBackStack<Route>,
4949
navigationState: NavigationState,
5050
openDrawer: () -> Unit,
5151
) {
5252
val listDetailStrategy = rememberListDetailSceneStrategy<NavKey>()
5353

54-
fun navigate(route: DeeplinkRoute) {
54+
fun navigate(route: Route) {
5555
topLevelBackStack.add(route)
5656
}
5757

0 commit comments

Comments
 (0)