@vgroup/dialbox 0.4.33 → 0.4.34
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.
|
@@ -1941,6 +1941,7 @@ class CallProgressComponent {
|
|
|
1941
1941
|
this.currentCall = this.currentCallList.find((item) => item.isAcceptCall && !item.isHold);
|
|
1942
1942
|
this.cdr.detectChanges();
|
|
1943
1943
|
console.log('currentCallList', this.currentCallList);
|
|
1944
|
+
this.filterContacts();
|
|
1944
1945
|
}
|
|
1945
1946
|
else if (!this.newIncomingCallsList.length) {
|
|
1946
1947
|
this.isConcurrentIncoming = false;
|
|
@@ -2000,7 +2001,7 @@ class CallProgressComponent {
|
|
|
2000
2001
|
this.contacts = [];
|
|
2001
2002
|
this.filteredList = [];
|
|
2002
2003
|
}
|
|
2003
|
-
this.
|
|
2004
|
+
this.filterContacts();
|
|
2004
2005
|
console.log('Contacts array:', this.contacts);
|
|
2005
2006
|
this.cdr.detectChanges();
|
|
2006
2007
|
}, (error) => {
|