@vgroup/dialbox 0.5.21 → 0.5.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3833,6 +3833,10 @@ class DialboxComponent {
|
|
|
3833
3833
|
}
|
|
3834
3834
|
console.log('test', this.incomingCallsList);
|
|
3835
3835
|
this.isIncomingCallnotification = false;
|
|
3836
|
+
if (!this.incomingCallsList?.length) {
|
|
3837
|
+
this.isCallInProgress = false;
|
|
3838
|
+
}
|
|
3839
|
+
this.cdk.detectChanges();
|
|
3836
3840
|
}
|
|
3837
3841
|
}
|
|
3838
3842
|
console.log('notificationCallList', this.notificationCallList);
|