mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
save
This commit is contained in:
@@ -111,8 +111,12 @@ export class ChatPopoverPage implements OnInit {
|
||||
}
|
||||
|
||||
async openChangeGroupName(){
|
||||
this.popoverController.dismiss('edit');
|
||||
this.modalController.dismiss('edit');
|
||||
if( window.innerWidth < 701){
|
||||
this.popoverController.dismiss('edit');
|
||||
}
|
||||
else{
|
||||
this.modalController.dismiss('edit');
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user