mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Merge branch 'develop' into doug/4479_media_size_selection
# Conflicts: # Riot/Assets/en.lproj/Vector.strings
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user