Add missing case in a (not used) fun

This commit is contained in:
Benoit Marty 2021-02-09 12:59:23 +01:00
parent 70513b279b
commit 2cbce016bc

View file

@ -105,5 +105,6 @@ object EventType {
|| type == CALL_SELECT_ANSWER
|| type == CALL_NEGOTIATE
|| type == CALL_REJECT
|| type == CALL_REPLACES
}
}