mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-29 14:38:45 +03:00
Add missing case in a (not used) fun
This commit is contained in:
parent
70513b279b
commit
2cbce016bc
1 changed files with 1 additions and 0 deletions
|
@ -105,5 +105,6 @@ object EventType {
|
||||||
|| type == CALL_SELECT_ANSWER
|
|| type == CALL_SELECT_ANSWER
|
||||||
|| type == CALL_NEGOTIATE
|
|| type == CALL_NEGOTIATE
|
||||||
|| type == CALL_REJECT
|
|| type == CALL_REJECT
|
||||||
|
|| type == CALL_REPLACES
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue