This commit is contained in:
Peter Maquiran
2023-03-10 11:41:44 +01:00
parent 9c7281ce48
commit a25b8ba40f
6 changed files with 40 additions and 23 deletions
+3 -1
View File
@@ -816,7 +816,9 @@ export class ChatPage implements OnInit {
},
});
await modal.present();
modal.onDidDismiss();
modal.onDidDismiss().then(() =>{
this.ChatSystemService.currentRoom.roomLeave()
});
}
}