This commit is contained in:
tiago.kayaya
2021-12-15 09:02:21 +01:00
parent 0985014523
commit 2c5067a362
2 changed files with 2 additions and 2 deletions
@@ -637,7 +637,7 @@ export class ExpedienteDetailPage implements OnInit {
}
openNewGroupPage() {
if (window.innerWidth < 801) {
if (window.innerWidth < 701) {
this.router.navigate(['/home/chat']);
this.newGroup();
}