Fix compilation error

This commit is contained in:
Benoit Marty 2022-12-12 17:37:43 +01:00
parent 42075176a1
commit d00d934aa0
4 changed files with 6 additions and 4 deletions

View file

@ -135,7 +135,7 @@ fun RoomListContent(
}
)
if (isLoginOut) {
ProgressDialog("Login out...")
ProgressDialog(text = "Login out...")
}
}