From acfc564490e407350dd627e328b04c006dd79550 Mon Sep 17 00:00:00 2001 From: Alfonso Grillo Date: Fri, 27 Oct 2023 13:45:15 +0200 Subject: [PATCH] Remove feature flag for voice messages (#1964) * Delete voice messages feature flag * Fix preview tests * Update snapshots --- ElementX/Sources/Application/AppSettings.swift | 4 ---- .../Screens/ComposerToolbar/ComposerToolbarModels.swift | 8 +------- .../ComposerToolbar/ComposerToolbarViewModel.swift | 1 - .../Screens/ComposerToolbar/View/ComposerToolbar.swift | 9 +++------ .../DeveloperOptionsScreenModels.swift | 1 - .../View/DeveloperOptionsScreen.swift | 6 ------ .../Timeline/TimelineItems/RoomTimelineItemFactory.swift | 4 ++-- ...en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png | 4 ++-- .../en-GB-iPad-9th-generation.roomLayoutBottom-1.png | 4 ++-- .../en-GB-iPad-9th-generation.roomLayoutTop.png | 4 ++-- .../en-GB-iPad-9th-generation.roomPlainNoAvatar.png | 4 ++-- .../en-GB-iPad-9th-generation.roomSmallTimeline.png | 4 ++-- ...ation.roomSmallTimelineIncomingAndSmallPagination.png | 4 ++-- ...d-9th-generation.roomSmallTimelineLargePagination.png | 4 ++-- ...-9th-generation.roomSmallTimelineWithReadReceipts.png | 4 ++-- .../en-GB-iPad-9th-generation.roomWithDisclosedPolls.png | 4 ++-- .../en-GB-iPad-9th-generation.roomWithOutgoingPolls.png | 4 ++-- ...n-GB-iPad-9th-generation.roomWithUndisclosedPolls.png | 4 ++-- .../en-GB-iPhone-14.roomEncryptedWithAvatar.png | 4 ++-- .../Application/en-GB-iPhone-14.roomLayoutBottom-0.png | 4 ++-- .../Application/en-GB-iPhone-14.roomLayoutBottom-1.png | 4 ++-- .../Application/en-GB-iPhone-14.roomLayoutTop.png | 4 ++-- .../Application/en-GB-iPhone-14.roomPlainNoAvatar.png | 4 ++-- .../Application/en-GB-iPhone-14.roomSmallTimeline.png | 4 ++-- ...ne-14.roomSmallTimelineIncomingAndSmallPagination.png | 4 ++-- .../en-GB-iPhone-14.roomSmallTimelineLargePagination.png | 4 ++-- ...en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png | 4 ++-- .../en-GB-iPhone-14.roomWithDisclosedPolls.png | 4 ++-- .../en-GB-iPhone-14.roomWithOutgoingPolls.png | 4 ++-- .../en-GB-iPhone-14.roomWithUndisclosedPolls.png | 4 ++-- .../Application/en-GB-iPhone-14.userSessionScreen-2.png | 4 ++-- .../en-GB-iPhone-14.userSessionScreenRTE-2.png | 4 ++-- .../en-GB-iPhone-14.userSessionScreenReply.png | 4 ++-- ...seudo-iPad-9th-generation.roomEncryptedWithAvatar.png | 4 ++-- .../pseudo-iPad-9th-generation.roomLayoutBottom-0.png | 4 ++-- .../pseudo-iPad-9th-generation.roomLayoutBottom-1.png | 4 ++-- .../pseudo-iPad-9th-generation.roomLayoutTop.png | 4 ++-- .../pseudo-iPad-9th-generation.roomPlainNoAvatar.png | 4 ++-- .../pseudo-iPad-9th-generation.roomSmallTimeline.png | 4 ++-- ...ation.roomSmallTimelineIncomingAndSmallPagination.png | 4 ++-- ...d-9th-generation.roomSmallTimelineLargePagination.png | 4 ++-- ...-9th-generation.roomSmallTimelineWithReadReceipts.png | 4 ++-- ...pseudo-iPad-9th-generation.roomWithDisclosedPolls.png | 4 ++-- .../pseudo-iPad-9th-generation.roomWithOutgoingPolls.png | 4 ++-- ...eudo-iPad-9th-generation.roomWithUndisclosedPolls.png | 4 ++-- .../pseudo-iPad-9th-generation.userSessionScreen-3.png | 4 ++-- ...pseudo-iPad-9th-generation.userSessionScreenRTE-1.png | 4 ++-- ...pseudo-iPad-9th-generation.userSessionScreenReply.png | 4 ++-- .../pseudo-iPhone-14.roomEncryptedWithAvatar.png | 4 ++-- .../Application/pseudo-iPhone-14.roomLayoutBottom-0.png | 4 ++-- .../Application/pseudo-iPhone-14.roomLayoutBottom-1.png | 4 ++-- .../Application/pseudo-iPhone-14.roomLayoutTop.png | 4 ++-- .../Application/pseudo-iPhone-14.roomPlainNoAvatar.png | 4 ++-- .../Application/pseudo-iPhone-14.roomSmallTimeline.png | 4 ++-- ...ne-14.roomSmallTimelineIncomingAndSmallPagination.png | 4 ++-- ...pseudo-iPhone-14.roomSmallTimelineLargePagination.png | 4 ++-- ...seudo-iPhone-14.roomSmallTimelineWithReadReceipts.png | 4 ++-- .../pseudo-iPhone-14.roomWithDisclosedPolls.png | 4 ++-- .../pseudo-iPhone-14.roomWithOutgoingPolls.png | 4 ++-- .../pseudo-iPhone-14.roomWithUndisclosedPolls.png | 4 ++-- .../Application/pseudo-iPhone-14.userSessionScreen-2.png | 4 ++-- .../pseudo-iPhone-14.userSessionScreenRTE-2.png | 4 ++-- .../pseudo-iPhone-14.userSessionScreenReply.png | 4 ++-- .../PreviewTests/test_composerToolbar.1.png | 4 ++-- .../test_composerToolbar.With-Suggestions.png | 4 ++-- .../__Snapshots__/PreviewTests/test_roomScreen.1.png | 4 ++-- .../__Snapshots__/PreviewTests/test_timelineView.1.png | 4 ++-- .../__Snapshots__/PreviewTests/test_uITimelineView.1.png | 4 ++-- 68 files changed, 128 insertions(+), 149 deletions(-) diff --git a/ElementX/Sources/Application/AppSettings.swift b/ElementX/Sources/Application/AppSettings.swift index 044e6c752..a4df3758f 100644 --- a/ElementX/Sources/Application/AppSettings.swift +++ b/ElementX/Sources/Application/AppSettings.swift @@ -42,7 +42,6 @@ final class AppSettings { case userSuggestionsEnabled case readReceiptsEnabled case swiftUITimelineEnabled - case voiceMessageEnabled case mentionsEnabled case appLockFlowEnabled case elementCallEnabled @@ -270,9 +269,6 @@ final class AppSettings { @UserPreference(key: UserDefaultsKeys.swiftUITimelineEnabled, defaultValue: false, storageType: .volatile) var swiftUITimelineEnabled - @UserPreference(key: UserDefaultsKeys.voiceMessageEnabled, defaultValue: false, storageType: .userDefaults(store)) - var voiceMessageEnabled - @UserPreference(key: UserDefaultsKeys.mentionsEnabled, defaultValue: false, storageType: .userDefaults(store)) var mentionsEnabled diff --git a/ElementX/Sources/Screens/ComposerToolbar/ComposerToolbarModels.swift b/ElementX/Sources/Screens/ComposerToolbar/ComposerToolbarModels.swift index 75e7f7116..04734f626 100644 --- a/ElementX/Sources/Screens/ComposerToolbar/ComposerToolbarModels.swift +++ b/ElementX/Sources/Screens/ComposerToolbar/ComposerToolbarModels.swift @@ -69,8 +69,6 @@ struct ComposerToolbarViewState: BindableState { var composerEmpty = true var areSuggestionsEnabled = true var suggestions: [SuggestionItem] = [] - - var enableVoiceMessageComposer: Bool var audioPlayerState: AudioPlayerState var audioRecorderState: AudioRecorderState @@ -92,11 +90,7 @@ struct ComposerToolbarViewState: BindableState { case .previewVoiceMessage: return true default: - if enableVoiceMessageComposer { - return !composerEmpty - } else { - return true - } + return !composerEmpty } } diff --git a/ElementX/Sources/Screens/ComposerToolbar/ComposerToolbarViewModel.swift b/ElementX/Sources/Screens/ComposerToolbar/ComposerToolbarViewModel.swift index ef8a04d3d..931f269b5 100644 --- a/ElementX/Sources/Screens/ComposerToolbar/ComposerToolbarViewModel.swift +++ b/ElementX/Sources/Screens/ComposerToolbar/ComposerToolbarViewModel.swift @@ -46,7 +46,6 @@ final class ComposerToolbarViewModel: ComposerToolbarViewModelType, ComposerTool self.appSettings = appSettings super.init(initialViewState: ComposerToolbarViewState(areSuggestionsEnabled: completionSuggestionService.areSuggestionsEnabled, - enableVoiceMessageComposer: appSettings.voiceMessageEnabled, audioPlayerState: .init(id: .recorderPreview, duration: 0), audioRecorderState: .init(), bindings: .init()), diff --git a/ElementX/Sources/Screens/ComposerToolbar/View/ComposerToolbar.swift b/ElementX/Sources/Screens/ComposerToolbar/View/ComposerToolbar.swift index ae2730014..7acb8113f 100644 --- a/ElementX/Sources/Screens/ComposerToolbar/View/ComposerToolbar.swift +++ b/ElementX/Sources/Screens/ComposerToolbar/View/ComposerToolbar.swift @@ -85,7 +85,7 @@ struct ComposerToolbar: View { } else if context.viewState.showSendButton { sendButton .padding(.leading, 3) - } else if context.viewState.enableVoiceMessageComposer { + } else { voiceMessageRecordingButton .background { ViewFrameReader(frame: $voiceMessageRecordingButtonFrame, coordinateSpace: .global) @@ -246,10 +246,10 @@ struct ComposerToolbar: View { private var voiceMessageContent: some View { // Display the voice message composer above to keep the focus and keep the keyboard open if it's already open. switch context.viewState.composerMode { - case .recordVoiceMessage(let state) where context.viewState.enableVoiceMessageComposer: + case .recordVoiceMessage(let state): VoiceMessageRecordingComposer(recorderState: state) .padding(.leading, 12) - case .previewVoiceMessage(let state, let waveform, let isUploading) where context.viewState.enableVoiceMessageComposer: + case .previewVoiceMessage(let state, let waveform, let isUploading): topBarLayout { voiceMessageTrashButton voiceMessagePreviewComposer(audioPlayerState: state, waveform: waveform) @@ -380,7 +380,6 @@ extension ComposerToolbar { appSettings: ServiceLocator.shared.settings, mentionDisplayHelper: ComposerMentionDisplayHelper.mock) model.state.composerEmpty = focused - model.state.enableVoiceMessageComposer = true return model } return ComposerToolbar(context: composerViewModel.context, @@ -397,7 +396,6 @@ extension ComposerToolbar { appSettings: ServiceLocator.shared.settings, mentionDisplayHelper: ComposerMentionDisplayHelper.mock) model.state.composerMode = .recordVoiceMessage(state: AudioRecorderState()) - model.state.enableVoiceMessageComposer = true return model } return ComposerToolbar(context: composerViewModel.context, @@ -415,7 +413,6 @@ extension ComposerToolbar { appSettings: ServiceLocator.shared.settings, mentionDisplayHelper: ComposerMentionDisplayHelper.mock) model.state.composerMode = .previewVoiceMessage(state: AudioPlayerState(id: .recorderPreview, duration: 10.0), waveform: .data(waveformData), isUploading: uploading) - model.state.enableVoiceMessageComposer = true return model } return ComposerToolbar(context: composerViewModel.context, diff --git a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenModels.swift b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenModels.swift index 630a84119..f9f51d267 100644 --- a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenModels.swift +++ b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenModels.swift @@ -49,7 +49,6 @@ protocol DeveloperOptionsProtocol: AnyObject { var userSuggestionsEnabled: Bool { get set } var readReceiptsEnabled: Bool { get set } var swiftUITimelineEnabled: Bool { get set } - var voiceMessageEnabled: Bool { get set } var mentionsEnabled: Bool { get set } var appLockFlowEnabled: Bool { get set } var elementCallEnabled: Bool { get set } diff --git a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift index 6b9eb0275..46f67f0e7 100644 --- a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift +++ b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift @@ -73,12 +73,6 @@ struct DeveloperOptionsScreen: View { Text("User suggestions") } } - - Section("Voice message") { - Toggle(isOn: $context.voiceMessageEnabled) { - Text("Enable voice messages") - } - } Section { Button { diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactory.swift b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactory.swift index 402f7bc20..709fc117a 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactory.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactory.swift @@ -98,7 +98,7 @@ struct RoomTimelineItemFactory: RoomTimelineItemFactoryProtocol { case .emote(content: let content): return buildEmoteTimelineItem(for: eventItemProxy, messageTimelineItem, content, isOutgoing, isThreaded) case .audio(let content): - if appSettings.voiceMessageEnabled, content.voice != nil { + if content.voice != nil { return buildVoiceTimelineItem(for: eventItemProxy, messageTimelineItem, content, isOutgoing, isThreaded) } else { return buildAudioTimelineItem(for: eventItemProxy, messageTimelineItem, content, isOutgoing, isThreaded) @@ -634,7 +634,7 @@ struct RoomTimelineItemFactory: RoomTimelineItemFactoryProtocol { case .message: switch timelineItem.asMessage()?.msgtype() { case .audio(let content): - if appSettings.voiceMessageEnabled, content.voice != nil { + if content.voice != nil { replyContent = .voice(buildAudioTimelineItemContent(content)) } else { replyContent = .audio(buildAudioTimelineItemContent(content)) diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png index 2109bbd14..5cbe83a26 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0380013a9b2b5058bc0bbf2aa0abef24200113b3fa00482293a359ad1e048629 -size 287592 +oid sha256:3ec7ca84c74ad6804e9ee3c439ed5a5813c00ac4e59748ce5635bcca9e3a19de +size 287549 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png index 890bb4b7b..32f2e902e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:daba8363a93d56a21de725aa61f0272347665709f8e3a4e45290855e6f7acd12 -size 304757 +oid sha256:bd6613b474500b0b7ddf9ff2ab2c401c0312825a7a863706445c11dd1cce7904 +size 304527 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutTop.png index 72bb1b5d9..e1c82b9bc 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutTop.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutTop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae6ba80a7dba1956d7b6643e25db4609b5dfdf6806667b9dd42e87833e4d0db9 -size 303528 +oid sha256:2e10877a7f7fa913f2bf97c20ea8d216e7ff552ca97830c494604ad8eb78c7fa +size 303823 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png index 370a114a1..37792be88 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc319e5ef16a9ea15e7a7910309b2f65191b6b63861b3e03352989680202c0fe -size 283307 +oid sha256:24fa2c015167626c431391e440038a826725f1a905718a275b49887ad36b827c +size 283247 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png index c2ff5b382..da96ec037 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb52e5c14fbbcc959b38f491d8344379bcabd9c689a2ce86f60a2f43b43be42d -size 104006 +oid sha256:beab958befda907a25f1f6e50214e39860e5fe95f224468f91725506a0f4afcf +size 104326 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png index 5c37e1005..dca46e37a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7091a8fb8efced130209a9048450659414ff0725d771b58270f6f092a8768577 -size 126665 +oid sha256:40fd76563c95e5c5641a497f2567b7e975aa5acfec721e5e6ef86d318e8862a8 +size 126986 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png index 8add4f456..af37ace56 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6e1dc1a7df691009c19b6ca01a1e1bfe4ffd619ae14de9867b6211fec058244 -size 299183 +oid sha256:580ba65cddf842adb96268717d96dfc266da90473d2dc747e14b1efb0a5360d1 +size 299483 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png index f4d3c856e..5a8f51a9a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49fd21b9115f46d7b2c7b2bdc6bcd987ef1e36e847119fe6d48e2cd16aa725ab -size 125595 +oid sha256:e20d94dda3219a711054ed2f08ecc58a67e2d312d17e0002609069ec7969b133 +size 125875 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png index b80264d8d..e85dd8db9 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:798631c91c1ac886f0a57e61f641c5504baf00e16ceee2996d47e0069eef1385 -size 171627 +oid sha256:fc321c2aa1bc07a166e2b6653ec868b0b223cd3674f3254b679dc7a4a7f11e5a +size 171283 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithOutgoingPolls.png index 809c01caf..7e7b75873 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithOutgoingPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithOutgoingPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:081985366ac3a0ebd3b3f88323327833d7fc9ed4d7b6ba96258fd01dc83ad56a -size 137324 +oid sha256:c6ee2de03e48588ec7833bdc1fcb3fe288947eb9b36067bdc380105757197b27 +size 136544 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png index f8b036920..9db71aed6 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e342720b6641e9e154611b1993bdcc37ee93d4f55a67746a3ad800b228199153 -size 168916 +oid sha256:34dd74278d2b41e7eec731c59f3477ff870ff187a204d8be9d2af852913a866f +size 168416 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png index 490d886ee..e55752237 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27086ce5ffee67b8a88c914f77b1c4084259c75aba10e8173b47af0250882e6e -size 379273 +oid sha256:28ffb98b385b3ece963fa0ceb3c99fe5e2398171f04d419b7892d85c934dbe3e +size 379101 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png index fb1a7e6f8..0fa72ee5e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc033e086f19a255c45d0d673208904aeff27195a28a0bf137b1e2d86cf7a85e -size 312075 +oid sha256:395955de611bb14c12f2cec156e90b7cbc4513b294c0d72f1c84c4131fca3ef0 +size 312669 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png index 7c5429c6c..90aca22c1 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36e17e41d1c8b382ed467263d86345e3d6cb6dc69433b07959d6256e6d68bfcd -size 297336 +oid sha256:45c2ebd1287e90b48d11244f77c561c4f0b089ef78b9e07e99b2529696d2af77 +size 295640 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png index 8913c3f3b..9118af502 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomLayoutTop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f8368bc237fc436ecc811e507649c8f307470d7bb5889287a77170b701b974a -size 314558 +oid sha256:5db688b1354aafaecef756d606150b45aa165c4b8176d54f317bc85fa9432949 +size 315059 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png index 6292a1d7d..1dc472078 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:498dd4d9935c6ef4ac65d835c8acbfccd9e0b78b50e7121752fb538c423a63d1 -size 371612 +oid sha256:19dca7747d2cbb8b5e4dbc39d13b0247d2c682e6f8fbec90c5257cdb00aa37ce +size 371417 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png index 78b7918c8..96307cd71 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a2fac16771a3ce106fe042dc8c834e3a3a1092348263bfdb4cf2787a32b5503 -size 164625 +oid sha256:902f2bf358daa5d3d3499c456bbf0bbb73eca3568820aa80eaef16bd182aaa38 +size 164899 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png index d6fd0b4a4..5dac06c32 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a5a4b550d670d1058e7ec44387ba8fa31633923a379926e7305c2f5ece876c6 -size 199737 +oid sha256:9eb6879676a885f43c632605aa8a97d30abff9fa7f68db857ce1a6fcaefff32d +size 199938 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png index fe417b544..cceb1b1bf 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:995c53d322eee412391f087fe2be2774f70c328a6a4e6fb90503d513ba47f7fa -size 325666 +oid sha256:10646a689009326ac0633d263edfbabfc8367e57f905283a3b25a78717d952e9 +size 325920 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png index a6f8eddf9..e4b3bb9e3 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomSmallTimelineWithReadReceipts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a7621ec8218da6da9a288822565e90f2a2e126f93d7624738a6bfcd59919f78 -size 195449 +oid sha256:a285c06bec489c9b92b405b756a2ac4fa5d86622ea575152a14990d25616e27f +size 195740 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png index 49b20ed8b..b6df2d867 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef145da87067888b6024648e290bb78cfbc9e6dd736b5bbe2c0c930f371fc312 -size 270795 +oid sha256:023f180af32e19b436c1e00081a2839c26e7c9c5d1cf2f6366c22d3f17e48309 +size 268794 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png index b1971342a..d02fc2186 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithOutgoingPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14d19152f178e537401600795a610c8ec5eea1ea8da0bc754bb12031cc7c477d -size 213593 +oid sha256:4dcdcbdbf7251a84947d5f40642d622cc319540220df198eb855457d86a093a6 +size 212345 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png index 76927eba7..135ecd104 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a78111fde3bfda01979e95105cf5fb1f80a851903002aa7acbd1f5769ac634a -size 267334 +oid sha256:dfbb77e6a8bb6113f2e5778e3dc6d1c46a858eb998c42de74d293294d88a65fd +size 265476 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png index 29743a445..81750aa1e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6e00fe334a7927f1646d90417d6751bf7cd7fbba4d11901fbaeb93d53e20199 -size 302261 +oid sha256:df8c62ba319a1c4f0ab9723d915818ffc6a635650f1e090125c082bebac5fc16 +size 302840 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png index d4314febc..87a8032fd 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8213191a222286188dfc2545c8f7bc87f9b48b84023eddef9b73825c12ba052b -size 278073 +oid sha256:cb8405485df6e11bc0ab7ed663ab0d72351cbe55e58d4cbd85459697e47bd418 +size 278072 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png index 2c5ab6785..3a69134ba 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenReply.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:785731132e037a874c938034242bfb7171966b01ae5a9a0be157e7af12bc1b57 -size 291454 +oid sha256:08631c081496ad03f683e70e4311ce311ea11fedee23fd5c62d85ff10e333b76 +size 290808 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png index a668c991c..6c36118e7 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2da16cc00bc54330f49f5c7494a0360d8478ce639d6cb827930391f00bd0a848 -size 288569 +oid sha256:d9fccd6ddf68ad5d0e25bf89740790b4689da9f2bb8a77781b3aad0e547c4d57 +size 288531 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-0.png index 941d92795..0354112a9 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0b9fb7a95464fa28a3ef0f5b5e962091bca3fb6e1e89704c5c3766fbb3fc8ba -size 300753 +oid sha256:639a964814d3dd097e104b8715c7b6f30c1f171b01813f5ccd79501139d44f81 +size 301050 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png index 601e3775d..4e137aac7 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18cecf045d9d514a387e2ca9db4d6d39a63e052e87b7d0026e8fd18d6e4d4a86 -size 305299 +oid sha256:fe959d00660cda0ee92b7bdd2bb94928a477afc3cc4fa0f91d774e32bff3f8c5 +size 305124 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png index 1358384b9..62694457a 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutTop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f507a477209d938250fa068ecac16d14d9940270f060a6d917c40db7075a55ca -size 303951 +oid sha256:d7fb9715a694debcd4adbce29b577699d9eded07d5613392bb8d000070406452 +size 304244 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png index 5c555ff87..991f4db60 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d8a67a59f86961ac380aef5a5c60bc1ed6fab6f5ad92c14a53df5acb33c5b10 -size 284349 +oid sha256:4e497621190ceb9f348bd2e8f6a181aff9bad32df77b9868a7bea2451c853016 +size 284283 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png index 14024a6a7..df6a3cdf7 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:878358b6f12e44a852ada5d57d8ac2df7b4705668c9e1fe239460be967730b4e -size 104510 +oid sha256:bb372ade614c16c5880b0528deb203d19356fffae2052364119ddc622585ee41 +size 104817 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png index 627195081..93eeafe98 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5b20b085561719acc3965a1623c85a2a0de1a4869503eb67c068beeeee9224e -size 127140 +oid sha256:cd96b9f8e1911153f889db78fa8bf3c87c3449a7b96001f7753f8371ab63312f +size 127450 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png index a39cb0157..197e464da 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aea8676857c83176bb8ee151c5afc27d921efa06e022ec97cb865be6f4414a94 -size 299647 +oid sha256:47c436b11605a085a1d133c4d9edf4bfb1727a5da621986ca7d0f32500b5d5ce +size 299947 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png index db949f113..66038a5f7 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomSmallTimelineWithReadReceipts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e06d098655cfdbb675647d33379233573c021d9f847a8a31c463ee4f38b023a -size 126576 +oid sha256:11b2637e6c5536182fe6fc13b4330ba10bb627bd20ef245ded04eef715c0402d +size 126867 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png index 8ea5f05ed..9da752142 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:435ed9882df8248547173ed9a7a93b223ec10c2b7da12333856b8e7eb6c598b0 -size 197557 +oid sha256:4499b247c03437d09d814a18b98092b6c4a7ce14df92e8270128f5e617199369 +size 196965 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png index 088955c9b..fbeb22545 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithOutgoingPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eab27d5f2463a29282f71ed3ffa895cfd5c6992a3024838188473aaa75f44705 -size 151315 +oid sha256:f2e743ea4f57a0b7fcacc51431bdb710123d438a8046519e4b88677e40036205 +size 150716 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png index e132092fc..2d8a8db30 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce16975bde1aa233d1158ef412743b9ea4906a160dd903a1aa497ef6e73b50c3 -size 185616 +oid sha256:bafab3ddada02c249ae6580c7379a014e0d619485031c25a80bf23c96bd23532 +size 185097 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png index 6216e5389..34b91b715 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e1b8c43b344b78ea52e84590c6074cc5b6693829d8b591bb56eb18a87738c69 -size 406664 +oid sha256:3cda8015384c0b3d91ba9d7535aaece9cc2b5c53ad1440aa18183298bbc7b2de +size 407027 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png index 97d1588e9..37f93c9f9 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b509af8fb0e89697b846f124ed5dee92d33073c83b6864a37ccf007b9b0968e -size 407544 +oid sha256:b0a9818e31758c2d973e74b755859cda09779ab5c5c792cf6bde923222c15384 +size 407862 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png index 14013fb1c..e0bd4dde4 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenReply.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31714ec0dbb7b0679f4b33467f7565f5f0141f82db544c65ddca9f9bebc14d88 -size 346427 +oid sha256:55c653491fe5b30ba654b0ec1357457f87b109d4bf578bd4e17131d3c8e08de2 +size 346459 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png index 10a9b3243..84febbcf4 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:202a9ca2919bfc24e81a46938b5e663cc9c3ac88d230bd3bde367d706833f314 -size 372792 +oid sha256:f40aa48a56da7ec3fe57cd62a1b61beba164acd682706a786a2880c4f2a72b94 +size 372507 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png index 5ba377a3c..1f3408b54 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92bcc46f38e462ca2dc1f206050be18335bda23ca67e082954a2242928c675ef -size 312662 +oid sha256:43a5057aa33d8e76d50f6866c35d7d062d15ce10189e89ae3ed8469c2821f389 +size 313247 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png index a8a30085f..b61f7acbb 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutBottom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8554e453f5d3c0560ae0d9e02635e696f067683377298645e79bab1fd35b9463 -size 298076 +oid sha256:9052f6571966ffc31bde4d18e7caf108a974df27f7d22b99d87f66e0cac851ed +size 298784 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png index 30fe28276..0c811e801 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d870fb92d3f1111b168333a3a07090b680037022368dd6fa906fc39123f74a5a -size 315102 +oid sha256:fd700f354bbd0ce7c73d42860635ff4b967fca4330995057df4df6b724028435 +size 315579 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png index 5f96dcf23..7c74675d0 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:749b31331f91080f0e9f6878796acad490fbdcd6b2c057787902c7b5f5c631a4 -size 365131 +oid sha256:811ad3125c0946b27a9229c25097311d80c3a2cc93a88301583f7182dc089610 +size 364823 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png index 78bd92fad..dabd9f036 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9d653d73a5b4c6fa2fe1a883e98b4c95fc9bd8e51236bd6921795759f87664f -size 165238 +oid sha256:d900839dad796a7e937f1020175efe1326668ca5da30cb4bf5df11964739c8fe +size 165499 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png index 988c585bd..de3997652 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffd73c9927d79d522f9debaf507d76010ac85b7a2bcdaed8433f2445a00ded56 -size 200318 +oid sha256:edc4bde907db5c83e154f2395a3021a9d48f551778b8fe26570c187b5fe9525d +size 200498 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png index d4627ae5f..3426da873 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac3950d1f3748587760cac07578afefb2d89a51f3e952d3a4163675fc6ffa712 -size 326251 +oid sha256:e51f8dea601f32c0df4b5e1c54aac6aac437345b707d0c23580861f46703d5c2 +size 326510 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png index b4d64979a..eb4d00f16 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:feed73879ad965bf7bf483cd7bed289f9d5cc1ced1230abe9ea78dc691c41f42 -size 196872 +oid sha256:8fc15e2625e70a114702f1c95a144177070da1a1d2ced8b2634a1512b96a2bfd +size 197149 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png index a70a111df..15053204e 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithDisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87ee95119185a02df4f50a2252d4b419e4c42ea01a2c9f0dca8d14839a3827c5 -size 286896 +oid sha256:71c365f27d6856aaea246c68cd7eb0ddcecd38ce1ab27452b6127c08007c53c3 +size 285057 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png index 022168568..51f7ac2b5 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithOutgoingPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17830a2ac15c1d861b406ccb8082597e852c16c662a341ea115d41c1e7527cea -size 225141 +oid sha256:fd636c95ed9c61b57ffc28694f0e64aacf98ec53498977e141164d697acad0f8 +size 222971 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png index e50fd2046..237ec5d40 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomWithUndisclosedPolls.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0ba023c1e140678a5fde885fe3c148dbe4022d2d25596cbd9d11bc152adc3e1 -size 279580 +oid sha256:b30becf6737cb18ceb9c9c3daee4fd49cda1ba9b1416a87317a893bf969a7075 +size 277639 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png index 72af330ae..f073710c7 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a728a3daf8530142d0d424e6ef2d15f6d199be7c653f2a53f9698403dabe199 -size 302330 +oid sha256:5240857b02ecf019172c0975a1a43e538413dfd77bf43450fa4591cb794f277b +size 302906 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png index 811363423..7ca6a64ce 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77fd61bd05bb13bf1ae3fb9fa6c8179c650a8d1fdd86d6ef4f0646f6f193a1ff -size 278236 +oid sha256:65bb3dc1fd8849e90105af0fc8cdd6d4393134e293b53ddd7b1eed246746eb7b +size 278234 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png index 43015c972..754a728bb 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f19b360761598165401357aa4ff30c4de3303c7c99e01021eaa1c4f6c6e5b8a -size 291624 +oid sha256:5301c7453157be451d8446685dad02e31a1eb94c24492bbbac5ad21d03e09c8e +size 290983 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.1.png b/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.1.png index 1066b108c..ec2484d11 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc90ea1180e2ccf681582cc1709ab45fd1e0deb499bfaaaf5bd8eafc87eab42d -size 65543 +oid sha256:2879ff2216ecdbd3b9afc2189c84ad892f154b852a873cfcb3108c2f8ee900a5 +size 66093 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.With-Suggestions.png b/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.With-Suggestions.png index a49ba456a..01a4bb446 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.With-Suggestions.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.With-Suggestions.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a85c5c383730bee4b56e4fdfaba5784f501bebee3168df7b455b937f7c42d3ca -size 96734 +oid sha256:0aa957098a18ecea76387910e75fb3c192bb40624211411c60a8cc25ffa81f2b +size 95496 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomScreen.1.png b/UnitTests/__Snapshots__/PreviewTests/test_roomScreen.1.png index 64949b368..5fda6a55a 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomScreen.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomScreen.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eed926bb68ff4c51560219050a9c41941df446b386bef3201986a22cdcfe6d6f -size 313571 +oid sha256:fdc9b2639e1c6867dbc8f3927cb356a238215c71a75b3f489ea69b8eaae5d08f +size 313919 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineView.1.png index 64949b368..5fda6a55a 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eed926bb68ff4c51560219050a9c41941df446b386bef3201986a22cdcfe6d6f -size 313571 +oid sha256:fdc9b2639e1c6867dbc8f3927cb356a238215c71a75b3f489ea69b8eaae5d08f +size 313919 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_uITimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_uITimelineView.1.png index 64949b368..5fda6a55a 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_uITimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_uITimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eed926bb68ff4c51560219050a9c41941df446b386bef3201986a22cdcfe6d6f -size 313571 +oid sha256:fdc9b2639e1c6867dbc8f3927cb356a238215c71a75b3f489ea69b8eaae5d08f +size 313919