style group-message view for tablet/desktop

This commit is contained in:
tiago.kayaya
2021-03-15 10:42:19 +01:00
parent 738b376285
commit 22c8951c0f
9 changed files with 99 additions and 91 deletions
+2 -3
View File
@@ -86,17 +86,16 @@ export class ChatPage implements OnInit {
this.authService.userData$.subscribe((res:any)=>{
this.loggedUser=res;
console.log(this.loggedUser);
this.load();
});
this.storage.get('userDataKey').then(val=> {
let t = JSON.parse(unescape(atob(val)));
this.loggedUser=t;
this.load();
//this.load();
})
console.log(this.roomId);
}
closeAllDesktopComponents() {
this.showMessages=false;