feat: foss merge changes from review

This commit is contained in:
JanNiklas Grabowski
2024-08-20 12:58:18 +02:00
parent eb005301ee
commit a3a9fc2c66
5 changed files with 23 additions and 13 deletions

View File

@@ -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
}