fix: servers still loading is now less obvious

This commit is contained in:
Infi 2023-01-28 17:35:19 +01:00
parent 1a3f0f2e45
commit 63227d8d0f
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ fun ChatRouterScreen(topNav: NavController, viewModel: ChatRouterViewModel = vie
Row {
Column(
modifier = Modifier
.fillMaxHeight()
.verticalScroll(rememberScrollState())
.background(MaterialTheme.colorScheme.surface)
) {