Fix compilation error
This commit is contained in:
parent
42075176a1
commit
d00d934aa0
4 changed files with 6 additions and 4 deletions
|
|
@ -135,7 +135,7 @@ fun RoomListContent(
|
|||
}
|
||||
)
|
||||
if (isLoginOut) {
|
||||
ProgressDialog("Login out...")
|
||||
ProgressDialog(text = "Login out...")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue