mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-12 18:03:49 +01:00
addressing line length
This commit is contained in:
parent
1d92b4293b
commit
2ba3bd3375
@ -41,7 +41,11 @@ class StartAuthenticationFlowUseCase @Inject constructor(
|
||||
return StartAuthenticationResult(isOutdated, selection)
|
||||
}
|
||||
|
||||
private fun createSelectedHomeserverState(authFlow: LoginFlowResult, config: HomeServerConnectionConfig, preferredLoginMode: LoginMode): SelectedHomeserverState {
|
||||
private fun createSelectedHomeserverState(
|
||||
authFlow: LoginFlowResult,
|
||||
config: HomeServerConnectionConfig,
|
||||
preferredLoginMode: LoginMode
|
||||
): SelectedHomeserverState {
|
||||
val matrixOrgUrl = stringProvider.getString(R.string.matrix_org_server_url).ensureTrailingSlash()
|
||||
return SelectedHomeserverState(
|
||||
description = when (config.homeServerUri.toString()) {
|
||||
|
Loading…
Reference in New Issue
Block a user