Change screen: propagate current homeserver value
This commit is contained in:
parent
8fb60f3b86
commit
d96a714bd9
7 changed files with 34 additions and 13 deletions
|
|
@ -30,7 +30,6 @@ fun OnBoardingScreenNavigation(navigator: DestinationsNavigator) {
|
|||
@Composable
|
||||
fun LoginScreenNavigation(navigator: DestinationsNavigator) {
|
||||
LoginScreen(
|
||||
homeserver = "matrix.org",
|
||||
onChangeServer = {
|
||||
navigator.navigate(ChangeServerScreenNavigationDestination)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue