refactor(tv): remove temp start route override

This commit is contained in:
Jarne Demeulemeester 2023-12-31 21:29:15 +01:00
parent 1c893d0059
commit 85f48b9abc
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5

View file

@ -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(