mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Update style for ktlint 1.8 (#390)
Updated `ktlint`, so lots of code style changes, no user facing changes
This commit is contained in:
parent
e9c54adaba
commit
9e7742034a
54 changed files with 577 additions and 196 deletions
|
|
@ -199,7 +199,10 @@ class MainActivity : AppCompatActivity() {
|
|||
val initialDestination =
|
||||
when {
|
||||
current != null -> Destination.Home()
|
||||
!appPreferences.signInAutomatically -> Destination.ServerList // TODO user list?
|
||||
|
||||
!appPreferences.signInAutomatically -> Destination.ServerList
|
||||
|
||||
// TODO user list?
|
||||
else -> Destination.ServerList
|
||||
}
|
||||
val backStack = rememberNavBackStack(initialDestination)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue