show Outgoing call UI at DIALING state too
This commit is contained in:
parent
099a54388d
commit
b8c8837aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class CallActivity : SimpleActivity() {
|
||||||
Call.STATE_RINGING -> callRinging()
|
Call.STATE_RINGING -> callRinging()
|
||||||
Call.STATE_ACTIVE -> callStarted()
|
Call.STATE_ACTIVE -> callStarted()
|
||||||
Call.STATE_DISCONNECTED -> endCall()
|
Call.STATE_DISCONNECTED -> endCall()
|
||||||
Call.STATE_CONNECTING -> initOutgoingCallUI()
|
Call.STATE_CONNECTING, Call.STATE_DIALING -> initOutgoingCallUI()
|
||||||
Call.STATE_SELECT_PHONE_ACCOUNT -> showPhoneAccountPicker()
|
Call.STATE_SELECT_PHONE_ACCOUNT -> showPhoneAccountPicker()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue