Merge branch 'master' into hold_unhold

This commit is contained in:
Mysochenko Yuriy
2022-05-09 14:52:04 +03:00

View File

@ -23,7 +23,7 @@ class CallService : InCallService() {
override fun onCallAdded(call: Call) { override fun onCallAdded(call: Call) {
super.onCallAdded(call) super.onCallAdded(call)
if (!powerManager.isInteractive) { if (!powerManager.isInteractive || call.state == Call.STATE_CONNECTING) {
startActivity(CallActivity.getStartIntent(this)) startActivity(CallActivity.getStartIntent(this))
} }
CallManager.call = call CallManager.call = call