fix bug in create new room

This commit is contained in:
tiago.kayaya
2022-01-26 16:37:59 +01:00
parent 81632c5296
commit 2ab70edd9d
6 changed files with 117 additions and 39 deletions
-1
View File
@@ -298,7 +298,6 @@ export class ChatPage implements OnInit {
this.openGroupMessagesModal(rid);
}
else {
alert('HERE OPEN')
this.idSelected = rid;
this.closeAllDesktopComponents();
this.showEmptyComponent = false;