run template, add entrypoint and update BuildSetting

This commit is contained in:
David Langley
2021-08-05 09:30:01 +01:00
parent 448b4cc66f
commit 4865d9d3a5
18 changed files with 726 additions and 21 deletions
@@ -169,7 +169,7 @@ final class RoomInfoListViewController: UIViewController {
var rows = [rowSettings]
if BuildSettings.roomSettingsScreenShowNotificationsV2 {
if BuildSettings.showNotificationsV2 {
rows.append(roomNotifications)
}
if RiotSettings.shared.roomInfoScreenShowIntegrations {
@@ -528,7 +528,7 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
{
[sectionMain addRowWithTag:ROOM_SETTINGS_MAIN_SECTION_ROW_DIRECT_CHAT];
}
if (!BuildSettings.roomSettingsScreenShowNotificationsV2)
if (!BuildSettings.showNotificationsV2)
{
[sectionMain addRowWithTag:ROOM_SETTINGS_MAIN_SECTION_ROW_MUTE_NOTIFICATIONS];
}