mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
MESSENGER-3710 Layout and text fixes
This commit is contained in:
+6
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user