mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
feat: foss merge changes from review
This commit is contained in:
@@ -280,7 +280,11 @@ final class RoomInfoListViewController: UIViewController {
|
||||
|
||||
tmpSections.append(sectionSettings)
|
||||
tmpSections.append(sectionLeave)
|
||||
tmpSections.append(sectionReport)
|
||||
|
||||
// BWI: #6076 we do not support the report function yet
|
||||
if BWIBuildSettings.shared.showReportRoomButton {
|
||||
tmpSections.append(sectionReport)
|
||||
}
|
||||
|
||||
sections = tmpSections
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user