mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 11:48:51 +03:00
fixing formatting
This commit is contained in:
parent
5f6654b696
commit
91a63194ef
2 changed files with 0 additions and 2 deletions
|
@ -81,7 +81,6 @@ class FtueAuthPhoneEntryFragment @Inject constructor(
|
|||
|
||||
override fun updateWithState(state: OnboardingViewState) {
|
||||
views.phoneEntryHeaderSubtitle.text = getString(R.string.ftue_auth_phone_subtitle, state.selectedHomeserver.userFacingUrl.toReducedUrl())
|
||||
|
||||
}
|
||||
|
||||
override fun onError(throwable: Throwable) {
|
||||
|
|
|
@ -741,7 +741,6 @@ class OnboardingViewModelTest {
|
|||
private fun initialRegistrationState(homeServerUrl: String) = initialState.copy(
|
||||
onboardingFlow = OnboardingFlow.SignUp, selectedHomeserver = SelectedHomeserverState(userFacingUrl = homeServerUrl)
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
private fun HomeServerCapabilities.toPersonalisationState(displayName: String? = null) = PersonalizationState(
|
||||
|
|
Loading…
Add table
Reference in a new issue