mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
docs: add comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user