show the UI when dial

This commit is contained in:
Mysochenko Yuriy 2022-05-09 14:48:00 +03:00
parent c7cb596835
commit 4632777c31
1 changed files with 1 additions and 1 deletions

View File

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