mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-16 12:24:40 +00:00
changed app entry to home
This commit is contained in:
parent
3bda11e6fc
commit
4f09be429d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ fun App() {
|
|||
NuvioTheme {
|
||||
val navController = rememberNavController()
|
||||
val currentRoute = navController.currentBackStackEntryAsState().value?.destination?.route
|
||||
var selectedTab by rememberSaveable { mutableStateOf(AppScreenTab.Addons) }
|
||||
var selectedTab by rememberSaveable { mutableStateOf(AppScreenTab.Home) }
|
||||
|
||||
Scaffold(
|
||||
containerColor = MaterialTheme.colorScheme.background,
|
||||
|
|
|
|||
Loading…
Reference in a new issue