This commit is contained in:
tiago.kayaya
2021-07-27 09:14:35 +01:00
parent 130fc886ea
commit b233abca1a
3 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -181,7 +181,7 @@ hideRefreshButton(){
}
openMessagesPage(rid) {
this.idSelected = rid;
if( window.innerWidth < 801){
if( window.innerWidth < 701){
this.openMessagesModal(rid);
//this.router.navigate(['/home/chat/messages',rid,]);
}
@@ -196,7 +196,7 @@ hideRefreshButton(){
console.log('OK');
this.closeAllDesktopComponents();
if( window.innerWidth < 801){
if( window.innerWidth < 701){
this.selectContact();
}
else{