mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
addressing line length
This commit is contained in:
parent
1d92b4293b
commit
2ba3bd3375
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue