Fix detekted issues.
This commit is contained in:
parent
64cf12ed28
commit
0dc92de9f9
2 changed files with 7 additions and 9 deletions
|
|
@ -198,10 +198,13 @@ private fun DefaultRoomListTopBar(
|
|||
)
|
||||
// Log out confirmation dialog
|
||||
ConfirmationDialog(
|
||||
openDialog,
|
||||
isDisplayed = openDialog.value,
|
||||
title = "Log out",
|
||||
content = "Do you confirm you want to log out?",
|
||||
submitText = "Log out",
|
||||
onSubmitClicked = onLogoutClicked,
|
||||
onDismiss = {
|
||||
openDialog.value = false
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue