show Outgoing call UI at DIALING state too

This commit is contained in:
tibbi 2020-05-02 18:38:26 +02:00
parent 099a54388d
commit b8c8837aaa
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class CallActivity : SimpleActivity() {
Call.STATE_RINGING -> callRinging()
Call.STATE_ACTIVE -> callStarted()
Call.STATE_DISCONNECTED -> endCall()
Call.STATE_CONNECTING -> initOutgoingCallUI()
Call.STATE_CONNECTING, Call.STATE_DIALING -> initOutgoingCallUI()
Call.STATE_SELECT_PHONE_ACCOUNT -> showPhoneAccountPicker()
}