Change screen: propagate current homeserver value

This commit is contained in:
Benoit Marty 2022-11-16 10:42:37 +01:00
parent 8fb60f3b86
commit d96a714bd9
7 changed files with 34 additions and 13 deletions

View file

@ -30,7 +30,6 @@ fun OnBoardingScreenNavigation(navigator: DestinationsNavigator) {
@Composable
fun LoginScreenNavigation(navigator: DestinationsNavigator) {
LoginScreen(
homeserver = "matrix.org",
onChangeServer = {
navigator.navigate(ChangeServerScreenNavigationDestination)
},