review: fix bad usage of modifier
This commit is contained in:
parent
1e501fc659
commit
283756db70
1 changed files with 0 additions and 2 deletions
|
|
@ -70,7 +70,6 @@ private fun StandByCallMenuItem(
|
||||||
// Only show voice call in DMs
|
// Only show voice call in DMs
|
||||||
if (roomCallState.isDM) {
|
if (roomCallState.isDM) {
|
||||||
IconButton(
|
IconButton(
|
||||||
modifier = modifier,
|
|
||||||
onClick = { onJoinCallClick(true) },
|
onClick = { onJoinCallClick(true) },
|
||||||
enabled = roomCallState.canStartCall,
|
enabled = roomCallState.canStartCall,
|
||||||
) {
|
) {
|
||||||
|
|
@ -81,7 +80,6 @@ private fun StandByCallMenuItem(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
IconButton(
|
IconButton(
|
||||||
modifier = modifier,
|
|
||||||
onClick = { onJoinCallClick(false) },
|
onClick = { onJoinCallClick(false) },
|
||||||
enabled = roomCallState.canStartCall,
|
enabled = roomCallState.canStartCall,
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue