This commit is contained in:
tiago.kayaya
2021-04-15 23:57:14 +01:00
parent 00bdfa9f0e
commit f33f7696aa
7 changed files with 60 additions and 24 deletions
+3
View File
@@ -110,6 +110,9 @@ export class ChatPage implements OnInit {
this.showGroupContacts=false;
console.log('All components closed!');
}
showEmptyContainer(){
this.showEmptyComponent=true;
}
openGroupContactsPage(data){
console.log(data);
this.groupRoomId = data;