Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepurple13 committed Nov 15, 2023
1 parent 42d97b1 commit 0b176df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ abstract class BaseMainActivity : AppCompatActivity() {
) {
NavHost(
navController = navController,
startDestination = Screen.RecentScreen.route,
//startDestination = Screen.RecentScreen.route,
startDestination = Screen.SettingsScreen.route
) { navGraph(customPreferences, windowSize) }
}
}
Expand Down

0 comments on commit 0b176df

Please sign in to comment.