improve search loader and chat user flow

This commit is contained in:
Peter Maquiran
2022-10-13 14:37:03 +01:00
parent a2782e0cbe
commit 0bbf046010
8 changed files with 77 additions and 28 deletions
@@ -82,7 +82,12 @@ export class NewGroupPage implements OnInit{
this.RouteService.goBack();
this.dataService.set("link", false);
} else {
this.backToChat.emit({roomId: this.roomId});
if(this.roomId) {
this.backToChat.emit({roomId: this.roomId});
} else {
this.closeAllDesktopComponents.emit();
}
}
}