This commit is contained in:
tiago.kayaya
2021-03-16 14:33:36 +01:00
parent 79310babc8
commit eccad1e333
15 changed files with 159 additions and 50 deletions
+11
View File
@@ -62,6 +62,7 @@ export class ChatPage implements OnInit {
showContacts=false;
showNewGroup=false;
showGroupMessages=false;
showGroupContacts=false;
@Output() getRoomInfo;
@@ -106,6 +107,16 @@ export class ChatPage implements OnInit {
this.showNewGroup=false;
this.showGroupMessages=false;
this.showEmptyComponent=false;
console.log('All components closed!');
}
openGroupContactsPage(){
this.closeAllDesktopComponents();
if(window.innerWidth <= 1024){
}
else{
this.showGroupContacts = true;
}
}
openMessagesPage(rid) {
if( window.innerWidth <= 1024){