Skip to content

Commit

Permalink
Fix SettingsNavigation transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sadellie committed Feb 14, 2024
1 parent 7668533 commit 4be1756
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import androidx.navigation.NavGraphBuilder
import androidx.navigation.NavHostController
import androidx.navigation.navDeepLink
import com.sadellie.unitto.core.ui.model.DrawerItem
import com.sadellie.unitto.core.ui.unittoComposable
import com.sadellie.unitto.core.ui.unittoNavigation
import com.sadellie.unitto.core.ui.unittoStackedComposable
import com.sadellie.unitto.feature.settings.SettingsRoute
Expand Down Expand Up @@ -67,7 +68,7 @@ fun NavGraphBuilder.settingGraph(
navDeepLink { uriPattern = "app://com.sadellie.unitto/$graph" }
)
) {
unittoStackedComposable(start) {
unittoComposable(start) {
SettingsRoute(
openDrawer = openDrawer,
navControllerAction = navController::navigate
Expand Down

0 comments on commit 4be1756

Please sign in to comment.