This commit is contained in:
tiago.kayaya
2021-09-21 14:28:53 +01:00
parent e07695f238
commit ccd211140a
2 changed files with 8 additions and 3 deletions
@@ -425,7 +425,8 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
await modal.present();
modal.onDidDismiss().then((res)=>{
console.log(res.data);
this.modalController.dismiss(res.data);
this.getRoomInfo();
//this.modalController.dismiss(res.data);
});
}