remove a done TODO comment
This commit is contained in:
parent
284420dd29
commit
ccc276fe22
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ sealed interface RoomCallState {
|
|||
data class StandBy(
|
||||
val canStartCall: Boolean,
|
||||
val isDM: Boolean,
|
||||
// TODO: add is DM to know if should show the voice call option?
|
||||
) : RoomCallState
|
||||
|
||||
data class OnGoing(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue