mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
- delete group implemented
- add group in progress
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user