mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Transition full screen call UX to terminal state when call handled by linked device.
This commit is contained in:
committed by
Greyson Parrelli
parent
16588c401e
commit
dd28523b05
@@ -51,6 +51,9 @@ class WebRtcViewModel(state: WebRtcServiceState) {
|
||||
|
||||
val inOngoingCall: Boolean
|
||||
get() = this == CALL_INCOMING || this == CALL_OUTGOING || this == CALL_CONNECTED || this == CALL_RINGING || this == CALL_RECONNECTING
|
||||
|
||||
val isIncomingOrHandledElsewhere
|
||||
get() = this == CALL_INCOMING || this == CALL_ACCEPTED_ELSEWHERE || this == CALL_DECLINED_ELSEWHERE || this == CALL_ONGOING_ELSEWHERE
|
||||
}
|
||||
|
||||
enum class GroupCallState {
|
||||
|
||||
Reference in New Issue
Block a user