This commit is contained in:
tiago.kayaya
2021-07-26 10:09:33 +01:00
parent d8d0d47a13
commit e9f5903ff5
+6 -6
View File
@@ -169,7 +169,7 @@ hideRefreshButton(){
openGroupContactsPage(data){
this.groupRoomId = data;
this.closeAllDesktopComponents();
if(window.innerWidth <= 1024){
if(window.innerWidth < 801){
}
else{
@@ -177,7 +177,7 @@ hideRefreshButton(){
}
}
openMessagesPage(rid) {
if( window.innerWidth <= 1024){
if( window.innerWidth < 801){
this.openMessagesModal(rid);
}
else{
@@ -191,7 +191,7 @@ hideRefreshButton(){
console.log('OK');
this.closeAllDesktopComponents();
if( window.innerWidth <= 1024){
if( window.innerWidth < 801){
this.selectContact();
}
else{
@@ -200,7 +200,7 @@ hideRefreshButton(){
}
}
openNewGroupPage() {
if( window.innerWidth <= 1024){
if( window.innerWidth < 801){
this.newGroup();
}
else{
@@ -210,7 +210,7 @@ hideRefreshButton(){
}
openEditGroupPage(rid) {
if( window.innerWidth <= 1024){
if( window.innerWidth < 801){
this.editGroup(rid);
}
else{
@@ -222,7 +222,7 @@ hideRefreshButton(){
openGroupMessagesPage(rid) {
console.log(rid);
if( window.innerWidth <= 1024){
if( window.innerWidth < 801){
this.openGroupMessagesModal(rid);
}
else{