docs: add comments

This commit is contained in:
JanNiklas Grabowski
2024-09-27 13:33:23 +02:00
parent 617d658d99
commit 44e46be8a0
4 changed files with 4 additions and 0 deletions
@@ -205,6 +205,7 @@ class RoomContextActionService: NSObject, RoomContextActionServiceProtocol {
private func getLeaveAlertController() -> UIAlertController {
if LeaveRoomHelper.canLeaveRoom(self.session, self.room) {
// BWI: #6526 change leave room info
var message = ""
if LeaveRoomHelper.isOnlyMember(self.room) {
message = BWIL10n.roomParticipantsLeaveAndDeletePromptMsg