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
@@ -79,6 +79,7 @@ final class RoomInfoListViewController: UIViewController {
private func getLeaveAlertController() -> UIAlertController {
if self.viewModel.canLeaveRoom() {
// BWI: #6526 change leave room info
var message = ""
if viewModel.isOnlyMember() {
message = BWIL10n.roomParticipantsLeaveAndDeletePromptMsg