Make the following tab on by default

This commit is contained in:
Jackson Harper
2024-04-29 14:22:47 +08:00
parent 6300eb837b
commit e878980af6

View File

@ -97,7 +97,7 @@ class LoginViewModel @Inject constructor(
).stateIn(
scope = viewModelScope,
started = SharingStarted.WhileSubscribed(),
initialValue = false
initialValue = true
)
fun setSelfHostingDetails(context: Context, apiServer: String, webServer: String) {