Merge branch 'develop' into doug/4479_media_size_selection

# Conflicts:
#	Riot/Assets/en.lproj/Vector.strings
This commit is contained in:
Doug
2021-08-27 16:30:01 +01:00
77 changed files with 2762 additions and 111 deletions
@@ -25,7 +25,7 @@ struct FormSectionHeader: View {
var body: some View {
Text(text)
.foregroundColor(Color(theme.textSecondaryColor))
.padding(.top)
.padding(.top, 32)
.padding(.leading)
.padding(.bottom, 8)
.font(Font(theme.fonts.subheadline))
@@ -38,7 +38,6 @@ struct RoomNotificationSettingsHeader: View {
Spacer()
}
.padding(.top, 36)
.padding(.bottom, 20)
}
}
@@ -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];
}