Skip to content

Commit

Permalink
Merge pull request #14 from UmairKhalid786/feature/startdestination_work
Browse files Browse the repository at this point in the history
Set login screen as starting point
  • Loading branch information
UmairKhalid786 authored Mar 26, 2023
2 parents 4e1d00d + 4e063c6 commit b01b734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import com.techlads.composetv.login.withEmailPassword.LoginScreen
@OptIn(ExperimentalAnimationApi::class)
@Composable
fun AppNavigation(navController: NavHostController) {
AnimatedNavHost(navController = navController, startDestination = Screens.Home.title) {
AnimatedNavHost(navController = navController, startDestination = Screens.LoginToken.title) {
// e.g will add auth routes here if when we will extend project
composable(
Screens.Login.title,
Expand Down

0 comments on commit b01b734

Please sign in to comment.