- delete group implemented

- add group in progress
This commit is contained in:
tiago.kayaya
2021-01-20 16:58:04 +01:00
parent bae1f89b73
commit 608eee8cc2
77 changed files with 1795 additions and 2388 deletions
@@ -122,7 +122,13 @@ export class GroupMessagesPage implements OnInit {
},
translucent: true
});
return await popover.present();
await popover.present();
popover.onDidDismiss().then(res=>{
if(res.data){
this.modalController.dismiss();
};
});
}
async openChatOptions(ev: any) {
const popover = await this.popoverController.create({