refactor(tv): remove temp start route override
This commit is contained in:
parent
1c893d0059
commit
85f48b9abc
1 changed files with 0 additions and 4 deletions
|
@ -9,7 +9,6 @@ import dagger.hilt.android.AndroidEntryPoint
|
|||
import dev.jdtech.jellyfin.database.ServerDatabaseDao
|
||||
import dev.jdtech.jellyfin.destinations.AddServerScreenDestination
|
||||
import dev.jdtech.jellyfin.destinations.LoginScreenDestination
|
||||
import dev.jdtech.jellyfin.destinations.ServerSelectScreenDestination
|
||||
import dev.jdtech.jellyfin.ui.theme.FindroidTheme
|
||||
import dev.jdtech.jellyfin.viewmodels.MainViewModel
|
||||
import javax.inject.Inject
|
||||
|
@ -35,9 +34,6 @@ class MainActivity : ComponentActivity() {
|
|||
startRoute = LoginScreenDestination
|
||||
}
|
||||
|
||||
// TODO remove temp always show server selection screen
|
||||
startRoute = ServerSelectScreenDestination
|
||||
|
||||
setContent {
|
||||
FindroidTheme {
|
||||
DestinationsNavHost(
|
||||
|
|
Loading…
Reference in a new issue