mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-27 09:31:20 +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)
|
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()
|
val matrixOrgUrl = stringProvider.getString(R.string.matrix_org_server_url).ensureTrailingSlash()
|
||||||
return SelectedHomeserverState(
|
return SelectedHomeserverState(
|
||||||
description = when (config.homeServerUri.toString()) {
|
description = when (config.homeServerUri.toString()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user