Waitlist screen

This commit is contained in:
Benoit Marty
2023-07-05 15:57:35 +02:00
parent b67ecb8843
commit f5a2e2dd25
13 changed files with 662 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ class LoginScreen(private val authenticationService: MatrixAuthenticationService
state = state,
modifier = modifier,
onBackPressed = {},
onWaitListError = {},
)
}
}