Transform MessageEventType and StateEventType into sealed interfaces to handle the Custom variant, also add missing variants
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
0ed40c562d
commit
a8ffe46d99
+1
-1
@@ -134,7 +134,7 @@ class UserProfilePresenterTest {
|
||||
roomPermissions = FakeRoomPermissions(
|
||||
canSendState = { type ->
|
||||
when (type) {
|
||||
StateEventType.CALL_MEMBER -> canUserJoinCall
|
||||
StateEventType.CallMember -> canUserJoinCall
|
||||
else -> lambdaError()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user