This commit is contained in:
Peter Maquiran
2023-08-08 09:43:26 +01:00
parent 834840fc41
commit 67a69d2e47
27 changed files with 153 additions and 54 deletions
+2 -1
View File
@@ -290,7 +290,7 @@ export class ChatPage implements OnInit {
this.selectContact();
}
else {
this.showEmptyComponent = false;
this.showContacts = true;
}
}
@@ -301,6 +301,7 @@ export class ChatPage implements OnInit {
}
else {
this.closeAllDesktopComponents();
this.showEmptyComponent = false;
this.showNewGroup = true;
}
}