MESSENGER-3710 Layout and text fixes

This commit is contained in:
Frank Rotermund
2022-12-08 11:47:21 +01:00
parent 99ada32313
commit 0ab0ae13dd
5 changed files with 18 additions and 31 deletions
@@ -30,7 +30,12 @@ class AuthenticationServerSelectionViewModel: AuthenticationServerSelectionViewM
// MARK: - Setup
init(homeserverAddress: String, flow: AuthenticationFlow, hasModalPresentation: Bool) {
let bindings = AuthenticationServerSelectionBindings(homeserverAddress: homeserverAddress)
var bindings = AuthenticationServerSelectionBindings(homeserverAddress: homeserverAddress)
if BWIBuildSettings.shared.bumLoginFlowLayout {
bindings.homeserverAddress = ""
}
super.init(initialViewState: AuthenticationServerSelectionViewState(bindings: bindings,
flow: flow,
hasModalPresentation: hasModalPresentation))