diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 504af80000..4062b6df61 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -6891,7 +6891,7 @@ repositoryURL = "https://github.com/element-hq/compound-ios"; requirement = { kind = revision; - revision = b2d1227d8628a28dafb85ae057a8df4bb7279029; + revision = 98bd0ed412c29bd5b3762b673ca5720b6fb9d713; }; }; F76A08D0EA29A07A54F4EB4D /* XCRemoteSwiftPackageReference "swift-collections" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 59c9ff8236..77e24057c8 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,7 +14,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-ios", "state" : { - "revision" : "b2d1227d8628a28dafb85ae057a8df4bb7279029" + "revision" : "98bd0ed412c29bd5b3762b673ca5720b6fb9d713" } }, { diff --git a/ElementX/Sources/Other/SwiftUI/Views/PlaceholderAvatarImage.swift b/ElementX/Sources/Other/SwiftUI/Views/PlaceholderAvatarImage.swift index b9213132f6..bd4b461871 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/PlaceholderAvatarImage.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/PlaceholderAvatarImage.swift @@ -31,7 +31,7 @@ struct PlaceholderAvatarImage: View { // This text's frame doesn't look right when redacted if redactionReasons != .placeholder { Text(textForImage) - .foregroundColor(avatarColor?.foreground ?? .white) + .foregroundColor(avatarColor?.text ?? .white) .font(.system(size: geometry.size.width * 0.5625, weight: .semibold)) .minimumScaleFactor(0.001) .frame(alignment: .center) @@ -55,12 +55,12 @@ struct PlaceholderAvatarImage: View { return avatarColor?.background ?? .compound.iconPrimary } - private var avatarColor: AvatarColor? { + private var avatarColor: DecorativeColor? { guard let contentID else { return nil } - return Color.compound.avatarColor(for: contentID) + return Color.compound.decorativeColor(for: contentID) } } diff --git a/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift b/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift index aa05ab48f0..7c6ae76f46 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemBubbledStylerView.swift @@ -80,7 +80,7 @@ struct TimelineItemBubbledStylerView: View { TimelineSenderAvatarView(timelineItem: timelineItem) Text(timelineItem.sender.displayName ?? timelineItem.sender.id) .font(.compound.bodySMSemibold) - .foregroundColor(.compound.avatarColor(for: timelineItem.sender.id).foreground) + .foregroundColor(.compound.decorativeColor(for: timelineItem.sender.id).text) .lineLimit(1) .scaledPadding(.vertical, 3) } diff --git a/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemPlainStylerView.swift b/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemPlainStylerView.swift index 4eab07a9a4..ef557e25b6 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemPlainStylerView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/Style/TimelineItemPlainStylerView.swift @@ -98,7 +98,7 @@ struct TimelineItemPlainStylerView: View { TimelineSenderAvatarView(timelineItem: timelineItem) Text(timelineItem.sender.displayName ?? timelineItem.sender.id) .font(.subheadline) - .foregroundColor(.compound.avatarColor(for: timelineItem.sender.id).foreground) + .foregroundColor(.compound.decorativeColor(for: timelineItem.sender.id).text) .fontWeight(.semibold) .lineLimit(1) } diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png index 5ef1f1b0a0..206bcdf101 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbc87ab9e9105a22a743d7d8592841105520f664dd88cf2a5588c0e030f26fc3 -size 305734 +oid sha256:678f40efccadb1b9b3b204461023b4b76b8b8538d3bb3e5966570f131abd510c +size 306779 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png index bcf9930751..d4392c7880 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:637071df18185aea773c2b2a9dff319359f838fd1d378ca242c9b8ffd9e3f5d4 -size 434121 +oid sha256:10d7f5800da8bda1b8bf44eb0dac91d2020da1dab18004e2318ebbeaa3263ec3 +size 436104 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png index 7b49ba37f0..ad952654d7 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bd7a3141f797c27e638c60ce1055e2755a747196763fc71e5610855af319def -size 674397 +oid sha256:c29ec893be6a58c217b4cd42ed4986c609908e3e3394c81dbf2be475a82353ac +size 682366 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png index f89fbc8ec8..b399edb69e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec265719d891bc99dfbfa4540ae491541cc144772ad27365c77c05487f5ad1ef -size 721833 +oid sha256:6f840ed115a4d6b412f3e2ac7772b7f5f2f505a27fcb1356ce46c6e32967548b +size 729499 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png index ce7a87a7fc..3e30ea6453 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d805f0ba97085015e7978f81cf8fb5423cc9144068d4d57614d933836dd05312 -size 433312 +oid sha256:d5fd477d26e3da6c8c231f9ea88e5bd90284eaceca3589be0478ffac85209f4b +size 434031 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenReply.png index 1f65ba29ad..fc3edda4c3 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenReply.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.userSessionScreenReply.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a934f132fa723e034366842af0f6b07019fab8801883a51f038780542c5a9dc1 -size 437048 +oid sha256:b164834010120d9559b66e3467525c4523560fce7f5462b7bd775fb5e2c3a4ca +size 437954 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png index c42139e7b8..d928df507b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e7814adddbd5a2ff51be824e5a842edd4c7ba7c2fdfdef635a6758e09cbf661 -size 133394 +oid sha256:46d3807de58b096fe2a08dad9b6ee6ee4b67d9d7749332d7feceee0226d01d2c +size 134499 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithInvite.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithInvite.png index 694a1bfe8f..aac65412a2 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithInvite.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithInvite.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e91d758ef441d68019b14c2416d761f9f522321f8d1e9d826072eb3fcf07dee6 -size 142550 +oid sha256:6dd38abeb1ac142eae16fd258c9a346867f11f4075f2864e5815be30ddfcb9c6 +size 141613 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 77c3d1675b..a34c5be6b6 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:45771c8dad942017618c449ccf79dae24f65bc16a2befd57fbc544b995e5f347 -size 360080 +oid sha256:296b833eb1969403f182e28ca40a5f49c87e57b485edba371a24fa839850fb98 +size 361195 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 4df369ad3a..8157ebdeb9 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:85e6df08900867c0dd14e4feb22e92af91401c8df5fd4678bd75b149a965c38e -size 311952 +oid sha256:571593c7159419dea4c7f71c1466dfc8c51e7154b68b6948bd259767ecd973ab +size 313537 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 324f376970..edabc89a61 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:84ee5af62a103e3392d6e536d11c77815ca246d73622050bcab8c946fe554087 -size 314401 +oid sha256:ab3b69ef24b7c026722e291187502ab28b7f67cff46001bb9d67d148f3f1d029 +size 315763 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetails.png index 79e8b9b64f..ea0a12dc12 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetails.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4240cb1086b7b5eec729f998bebee2a538dbb66b0cabfe106de35282846c2f06 -size 94162 +oid sha256:20f71b0b5efb37e5d857c3860c8029cb60802949f90b5a2321d8f7f42054ebcc +size 92058 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsIgnoredUser.png index 5b36e827ef..e562bdf4a1 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsIgnoredUser.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsIgnoredUser.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b40b1dee358f4beb14919d10e914603de5a2c9ed3155c4915130ffa8fbd3b0e3 -size 95956 +oid sha256:29b9dcee7edc41dc95caec14353c2c13a8b8e8e52c5906fe3b53dd851fb5c29a +size 96054 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreen.png index 0bb00678d9..a001137e9d 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreen.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91f5ba16f7b8dae1e857d4472582d36a37b947f74fce6753002bcb312a018df9 -size 80882 +oid sha256:66953329b7164c03a19f597f3c572fa1f0edd58772c799ea76aa54120cb75b09 +size 96939 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites.png index 8a3cd43956..6ad8763a1d 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2607c3dd53dd89261459062996c46b6263b1007061c297bf7d3989bf3af72421 -size 86253 +oid sha256:76264a0d286877e3719adf890d50319402a51c44759bbd291c939f8b80ad8d68 +size 102620 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 cdee5bc81a..e51bab88ac 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:69defd4f3ff5b9aed0999bd5de2e24093e2c2067e3cba694db467b300d00ca82 -size 352233 +oid sha256:fa89a5e0143c27e65b2e1fb6c19bfe729ddc0d7d2a609b2f84f4ed0d72200a28 +size 353350 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png index 397bf1aa7f..2b8d66831e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67023361033f7d62f98914d804e1e1bbd6192d59862df23b672ed27c88393516 -size 297997 +oid sha256:01944312fd26fa8d445335fb1dd9fa406282b4907ce983e7a40a6af9a1f21efa +size 291918 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 bc58a9aca4..94be008622 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:1b7b013628375e26d50aa4a69da9baf8547e9b4e7d4813ee93a2408b12330ca1 -size 327820 +oid sha256:ee16d64c1fd29d9dc92a8c6ca171fd074a1d3e3ba326d6cbdbdfbe6d14b157f4 +size 328939 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png index 04d82a39fc..9ea7ccd5fd 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4914b839030c26fc4757eee84d16477239e6fe913ed83adb3b73f63bbe20c0ea -size 771098 +oid sha256:d8b292c304ddc3ce7030840b6b95d82beb599c230a7766ed00710f93a18de194 +size 781143 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png index 815f5cd4f5..2a9c56f1a9 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:234aafe5c18afc33bd6e85507227714fb6df21690c76a9d862ab99f69969aeba -size 853532 +oid sha256:ca1221e19ccefcfb108d313eceafa858ad129054b59ea0624fb3fabbd37d7d5e +size 858804 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 faa7df7e65..5086900279 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:8781074630992ddd7e5e8c8d2f07c1b428f60bcff8d43b650fcb356a79e22145 -size 303321 +oid sha256:15f9506e831c9794ed3423079dcd924131fb912037c39a7a9047ac58dd7cf1b8 +size 303543 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 22a11fe3f7..8707c151c2 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:c1e858c63553d45879b97365b0497fb0138c0a73554d51234587f24889ce9164 -size 315906 +oid sha256:04f00e3332bdbed84e3a875b395dba89decdc24a241a797c5ba2f4f84bf5832d +size 316127 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png index 6dae974ab6..4bfa86abbb 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea1a6899afd5cc77f4955d67198e098341776eb21094dbc41ec406078d7618f7 -size 307883 +oid sha256:43e567b81c90574096b2aea5e0561fc73e7fda034f4de400775d0aacb2691286 +size 308907 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png index 023902f09f..873f913434 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreen-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bed34e08e83eb882bb58d548ffe9ab699b7085f8742dadc2b55b561fc76b6ce -size 436706 +oid sha256:5d4ffb86d84abb4f565277cc6808f87c9d4b6fac0fea548672c2280b9dbfea5d +size 438641 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 556434758e..46361ca339 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:e6cad30c95bdf1d0cebcfc2fbc298ef411669f8be3439a908e1e3c0d0690963c -size 710102 +oid sha256:b9ebe5ba07bad44bf5b003f7471f2c736eeb3cfb01910a3ddd663b032a0d9d60 +size 716468 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 8a2cf9e694..0e1be36428 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:aa07b022201e4168ee316e8511e9771ca7ba6cf28ee466eaab5bfda31370db30 -size 770543 +oid sha256:502bc3fddd7140434a474bd929f1e58b492de151532816b1bee3374a00411476 +size 777760 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png index 1579aed768..5b91cfcef6 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.userSessionScreenRTE-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3dc35cc70311f9f9108b5db0d243a7f277c16e7027526cf875f9aa621237609 -size 435873 +oid sha256:bed48f9e70daaca430439f0572b68871c2ad85e859afcd3754553705bdb0920b +size 436554 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 2cd8c40ca1..4eb02223eb 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:911a7c41079e55c292635f81c283341cc18cc1fb9da21a1c6e186c322dd4def0 -size 439753 +oid sha256:9636de3f4e3fe3d0fc4da2fef4c08cf667e6053415fcb3bbca2e6a0648fcccec +size 440563 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png index ba64d7bdb3..d278d67260 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:380a2caf2250cba0f7f69763860958ef8d3107d6841b10e139221022f719f7e2 -size 165836 +oid sha256:0a6eec1fb4203afc950a9d33860e5a534d15327acf91d0caf4e500ca5a26999a +size 164960 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithInvite.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithInvite.png index 37b738ed7e..65def38563 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithInvite.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithInvite.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:360f724b77a289e54e99ecb225e33cb30252a23bcae18f7f6de287f550c37b70 -size 171690 +oid sha256:8d7232d8165976ef5cf09744c2b884c0f05a58eee69a345ccf515f27c578edd6 +size 170738 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png index deb35dd467..113125f613 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:7a121b1536e9db4fe768149c17114ded41ae58ada824b19c7870ff1a98c43219 -size 354103 +oid sha256:1b367fe6a52e5ac44f071d629662c82a85c3a58c3b98b448f4449bd01138dc3a +size 355057 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 93fba2615e..bb53bb0eae 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:8785db1e1184f2421b8997a33c0451b981cc18315bfe41ee272732bd6f649c07 -size 312718 +oid sha256:abbe3d49732789fcbf52583762590524d1aa8b2d34421314e59232092e4cc76c +size 314298 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png index 6a18f3c124..34edfe5abd 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:0ae030a7f8a077e584a5c5f5d5d616dc6070d0238329586d03f302683b435bfb -size 315099 +oid sha256:edf05e3f3e87ef7c56940b02f43a7679e7dbc6d159726078082ac6f621f4d809 +size 316518 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png index 2075b1c8d8..32bc2fc7cd 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e34ac88160a5e648f9be27ed3b6f86fdd57cd5f586d15cdf5851b67faad94d3 -size 96222 +oid sha256:a2e4fabf2819553f1e1a4b84c6eb47c290fbfac853da7ba221c9d6c9f4eda392 +size 96355 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png index ace3939850..644bdadb50 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47cfee933d2249d93f759bf5fee05439d0ed08e08c7c968c90225ac712f9b28c -size 97819 +oid sha256:42d6cf17aec0a47ea7e828915c383cf9edf0cdda539a9bd39cb67852db4542c1 +size 97912 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png index bb78e2dbc1..3d07262dea 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:312a05c6dab40d5968b3564321a6b642beed544918714167d7b75ae5e3cf8deb -size 86572 +oid sha256:d2c82c3a27a82643993650ad11e1a5bac3fe441e7ceba8c2702411e95f12f9bb +size 102966 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites.png index 22ee9b2661..5755c818b3 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eecd0af14ad40eb14da5ee3dc070bfd4e95dab343fe3e46ac28104612f5e8c2b -size 92488 +oid sha256:30d72256d2326e09174ee66742326cc47e06815744d9ac0d74eabcf20ae9002b +size 108116 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png index 290404fc10..e244e6dd1e 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:eea29e5df2685bd1dd2e9df229f3cbf5f63f4c158e389b276ab757ec8d9494d2 -size 346269 +oid sha256:daf092ccd594690afd7556778400f96d14f088a4e13198f8aef40db012d45df9 +size 347227 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png index 89fe16ef89..aceddf28b8 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d80fae44bad7dff4b854621ce9a7d75dbcb638ae1b0b756634d5115c2e6647c1 -size 294243 +oid sha256:ada320c2fe5c11d7061a94bfa2c60bfe351b542ae6071448e33e30df795ca666 +size 295473 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 da263accce..261a23907f 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:4ff1e066a0bb67dc8aeea596f40664ca9394b6b7e3f3fb779e97e406ccf297c4 -size 311925 +oid sha256:c5a96c17169fbcb3488c0bcca15b74633b88d0be4e718e625619835e6acfc477 +size 313536 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png index b1c65edd29..853e036477 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreen-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13083946fcd7c37c30e711ba87f01f0982033dad94cdd01098d1fbc8a4cf30e5 -size 815273 +oid sha256:e1d9e60c8aed73cec95edc4f66383ebdadd4cffc958171ed33400a9fe1af4822 +size 822995 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png index f92b526350..b7a23df73a 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenRTE-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c84162fac7c078806afc575c9a098ff15e1b08f3357235f767db2e2f30ed4c7b -size 928621 +oid sha256:64a745e95c2d6b7d2000184bc07a83d6034a31da0d38e098e7c2043ead1761ea +size 933973 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 30556f6bda..197d93ebc6 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:6dc3af934c187df259e2db46a6c172963b21924b22e22ffa93661a8aff9d2046 -size 287679 +oid sha256:35aae2f5dc9cc2928af6e92db559c5a087ee5aeca676c3de21a104d614c8b605 +size 288245 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.userSessionScreenReply.png index b5a3a7bfab..e81852926c 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:9ec5fa2f6072baaee9a1684547eda54fbcf43fb9f26cdd0280c31c5b5af927aa -size 300313 +oid sha256:46242351d445ad12bd8f5a9421de5021737c37ca701a17a46e26b4e7d61dadef +size 300834 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_audioRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_audioRoomTimelineView.1.png index ec1cf07d45..14f20198f9 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_audioRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_audioRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60591d3b921be8e0449eff01a29c03dd34fe0df9da14ac077a076516503d0134 -size 68797 +oid sha256:b26ac0a837243d801ad91fa6b9d79cc880b0001c9940a467c126c0e51eaeb1bf +size 68867 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_audioRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_audioRoomTimelineView.2.png index 7ddbdf6422..e4babaa6e9 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_audioRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_audioRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:408bd526a86056fe3a93e33b091b9a1d0843ecce108386910c360733f9cc435e -size 66166 +oid sha256:d1214de5c36335a1e6bf8b8839b028e7a7d2ea31cfdbcdbae901470f2fed1447 +size 66226 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_completionSuggestion.1.png b/UnitTests/__Snapshots__/PreviewTests/test_completionSuggestion.1.png index 885e97fae3..b99c030b0f 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_completionSuggestion.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_completionSuggestion.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:371391f6600bef326ac712db125726be12ed5cb3733ac87e46f0a9bfbc303c38 -size 85314 +oid sha256:2453ca18dcffde3a6cc51a8d09a5057b9ae739bb23fd77b140e998478c666453 +size 85364 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_completionSuggestion.2.png b/UnitTests/__Snapshots__/PreviewTests/test_completionSuggestion.2.png index f2ffe0c6cf..348c0375e2 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_completionSuggestion.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_completionSuggestion.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:506b7cc03102b5cd297485c07af99f578d32882d3348661e77f64e6107084edd -size 76908 +oid sha256:ac603335c58d0833d17c1e70d7aa0747a77a84c14bd7472cd0b22be5d1150d9d +size 76521 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.With-Suggestions.png b/UnitTests/__Snapshots__/PreviewTests/test_composerToolbar.With-Suggestions.png index 21046cee55..2ebd503e6c 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:9338f98fe63b5bdf303c6bd41b7f3f59fd7cedf28c2cf417e0166158fe8a9822 -size 97492 +oid sha256:9c915827df62e095d2b840319ddac9052d94c479dfa71da321d7a14c0104011c +size 97514 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_createRoom.Create-Room.png b/UnitTests/__Snapshots__/PreviewTests/test_createRoom.Create-Room.png index 68b0a88df2..a08fc63c60 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_createRoom.Create-Room.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_createRoom.Create-Room.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9de5cb03ede581f8968bc7c309962758a7eff216046863e02add1f0df63b02cf -size 193889 +oid sha256:3c690d1daec40a1514ee01278ccfcb00a8e747b4b6b0f6e7c9326d21c7d53f70 +size 194127 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_emoteRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_emoteRoomTimelineView.1.png index 716d67c8f1..34b047e196 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_emoteRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_emoteRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6229e15b42cbdd0b484b71bf36bcb7381934e08fe43a3b8ff20f15557cabebda -size 121431 +oid sha256:1a220bd8b5e9b0e9da316060d24fd770962583855d4cbb4dcebb254236dc7d62 +size 121175 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_emoteRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_emoteRoomTimelineView.2.png index 0bf9ada9b0..220b9e92ee 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_emoteRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_emoteRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e94fc68ce720f78e5b805e0b9cd6fd5a9b0e3752d6b4a5cc90ea42973dd049e6 -size 110513 +oid sha256:b1ee3cdb3ccd15c372da750d842913c39e32f68f89b786b7ed9de678a3ed35e2 +size 110453 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.1.png index d54666416a..51a15914f5 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f208bc177a0e2782737d8e719202a4939c0323a83a7b588822e256f325b675aa -size 112630 +oid sha256:5eebf15405c4d189be16ad4c1e1a23e695355c8fdd0400fd51dae0758c6b8093 +size 112647 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.2.png index f2f02cd04e..086b11df83 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_encryptedRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c72d0e6b8b5afed7b51586dba2e74cfc692011987fe3c7e754ca0416bcacd453 -size 110745 +oid sha256:7633e136f38bdff125f0eb7ebbe09240aa0485a47a91c3fa96b5243fe240fc84 +size 110540 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_fileRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_fileRoomTimelineView.1.png index 8439290221..4b6c1d803d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_fileRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_fileRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c29168c844d44ff43e500b92a3ca7aa08bd82692e65597ef23740eee811eebef -size 99722 +oid sha256:255233917672307c10b63045d5eda4c349ac2d11e982afc7d9119c88e75820db +size 100182 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_fileRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_fileRoomTimelineView.2.png index d761a210e2..a5e40ae7ab 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_fileRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_fileRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab266b7f2a1a202f89091a69c62304f8cea2b82687740ead1ed1c21f16158681 -size 92039 +oid sha256:0a6e7ad3262d096228e23d48cc0842c301a331d9deb04d986e073df51fed3aad +size 92208 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_globalSearchScreen.1.png b/UnitTests/__Snapshots__/PreviewTests/test_globalSearchScreen.1.png index 1c34695fce..1872d0baa2 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_globalSearchScreen.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_globalSearchScreen.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d6f31739650adad8c7eba9b40df9cdb58d2c8a7cdb773b711191de56003da5d -size 160216 +oid sha256:2468a4cfc0d1ab8060581132f887d4ca90eaadaffa2b37f65dc79c3bc1bd8192 +size 158135 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Empty.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Empty.png index 2416ea107d..a71dc5afe6 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Empty.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Empty.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9624463c0b47319f3dff70fa7d441f3861bb21e6cfccf0af6c5104800cc3c5e -size 104975 +oid sha256:3df4b182a19243cc6214da95501c67cf23d6b412eabc10f46d491b16efa2c331 +size 105720 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loaded.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loaded.png index 42b5fe9af4..a1c768bdbc 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loaded.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loaded.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3aea35339e59042ebc74a729bf436f68260917dcb5796920b5fc44a10b3188a7 -size 297218 +oid sha256:02fc4829aa4ff52b412dff6d3dd1e55c5a85001ed108d5ac92658a94f9d52771 +size 297837 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loading.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loading.png index 41859b26e3..2e6cad550d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loading.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Loading.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:971d25b6dd2662ba4f980a81631b2f74c9a2fe3a3d6f30c0e1224ea1e4fc9d26 -size 95192 +oid sha256:7ba4fd27f304c2dc5f37bdd2334fffd7e641cc84e65dc0368498b2e652b62acf +size 95130 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Migrating.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Migrating.png index 0ae28d466c..6bd16849ea 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Migrating.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreen.Migrating.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03df974befe5829a81b36bdecf2ed379c107c2897dfd9910b567db75c0d82cb1 -size 545917 +oid sha256:bc71a8c07fabece55dd429c05ce0a60742d8bd26520aba0e78a9048b392628a2 +size 545897 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreenRoomCell.Generic.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreenRoomCell.Generic.png index 61cd6262d0..d28e7520f7 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreenRoomCell.Generic.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreenRoomCell.Generic.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4bd725468edb125b1f12f847a51e37da0e5d128bf4aff21d028f71c9c13201b -size 270374 +oid sha256:4ab7d617d2f7b853da4fef07d376e578cd16abd433b36c98fd74ee44fe907136 +size 270677 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_homeScreenRoomCell.Notifications-State.png b/UnitTests/__Snapshots__/PreviewTests/test_homeScreenRoomCell.Notifications-State.png index 64d380a808..0b0da6a8fc 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_homeScreenRoomCell.Notifications-State.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_homeScreenRoomCell.Notifications-State.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64cea9279b782b82793e81bb6ef4de68724840fdf0e5e084c9445ea0e773d4b8 -size 799721 +oid sha256:778fa7623d4f02c852932b2bff5922481644436b4ad3a5bb6f78d3673e73d07d +size 798440 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_imageRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_imageRoomTimelineView.1.png index 6d9a263294..ac3eff8de5 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_imageRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_imageRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0459fa1b4e3e1c4338db91dbf51e69f054a12f79997887e0b0a8ad718aeba689 -size 720197 +oid sha256:7c0d4a9484296d295633453fcceeb1409a270f8cc9e73efc8c1ab1d3647a9b8e +size 720477 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_imageRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_imageRoomTimelineView.2.png index 4c17bc3f64..3f50c7d975 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_imageRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_imageRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f604a232cb622b23876ff8c3109b89ff6951e01f65cf9dac7b633cba98396d72 -size 601777 +oid sha256:4a284030a6e763235b30f12a11078fc6bfb0fc8f88298be75ae5b43c8fde30a5 +size 601968 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_inviteUsersScreenSelectedItem.1.png b/UnitTests/__Snapshots__/PreviewTests/test_inviteUsersScreenSelectedItem.1.png index 2951d4a36f..ed7ead4aa6 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_inviteUsersScreenSelectedItem.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_inviteUsersScreenSelectedItem.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcdf8ea3f1caebafa69abd6b8aadc0a5eb4c499c27b2d1a3ff6892a73b717447 -size 76839 +oid sha256:af41d3bc6a73bacacb707c6baf06439e59c54a0146ba1e81857b4843a40e5e2d +size 76774 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_invitesScreen.Some-Invite.png b/UnitTests/__Snapshots__/PreviewTests/test_invitesScreen.Some-Invite.png index 5dbaad6f59..370186b252 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_invitesScreen.Some-Invite.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_invitesScreen.Some-Invite.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1451fa64806fac6fe20938da4665e1910a5cffea47ecafa5d4473feabb52e989 -size 153457 +oid sha256:d42cdb86abaaf068f91489b5005aa7e227d85c98707e642e97dd60aab0aff3c5 +size 153510 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_invitesScreenCell.1.png b/UnitTests/__Snapshots__/PreviewTests/test_invitesScreenCell.1.png index 53f703be01..ab39191a8e 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_invitesScreenCell.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_invitesScreenCell.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7750542c10dde144b220b6ae87f3f92c0d67a6d879d32bf2b2c94ae854773360 -size 291117 +oid sha256:7451b97add62bed80192f69fc4974f18b50645522ef6f9d76ed6a08691efa95a +size 291828 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Bubbles.png b/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Bubbles.png index 8b406a7b5c..c23f2b36d4 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Bubbles.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Bubbles.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c38fa8985bf84c43623627b2332d3dbccb6b05e7e0e3d20ec88b1d11f6d1e66 -size 1089538 +oid sha256:c45d03560b93ef0e7fe09e324eb0fc668c247de23d85b97b1d55d3b3b15a83db +size 1089854 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Plain.png index b199034841..b8dd9a477e 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_locationRoomTimelineView.Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:638abf8df2c53a5927ffd5eca268edfb70708056dad193021f6443bfbe7d9fe3 -size 1309326 +oid sha256:f9eaa875520690f82403d912c1d84986273488b4b2ccb63bf4f93324c214b24b +size 1309613 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_mentionSuggestionItemView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_mentionSuggestionItemView.2.png index 1b1b06da23..532eefa3e4 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_mentionSuggestionItemView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_mentionSuggestionItemView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a292ff4ebb5340397f839ec822ca603dcb8c443b5d7af6a31f12be361e401f4 -size 59683 +oid sha256:0e4c4d8468369c4b71fb3626011632e859c92c3b290ea7de1e49b5fc5f77f74e +size 59746 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_messageForwardingScreen.1.png b/UnitTests/__Snapshots__/PreviewTests/test_messageForwardingScreen.1.png index 2b5082f45f..3b224c9d38 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_messageForwardingScreen.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_messageForwardingScreen.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56af9ef188080e0fbbc542599c150c2e923be8fa1895b5262662e86b6ff8e8ad -size 181373 +oid sha256:3cc43b3a54f70ef4e3f327edd480e8a75edb2035c436a085c51c3e4a768af323 +size 181049 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_noticeRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_noticeRoomTimelineView.1.png index e98a4b04d5..b3e32de5f0 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_noticeRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_noticeRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98d8d0b1c9a45d0b5a2abeaa9201418bba4f78b917b32fbd8cad0fe03114b0e1 -size 124035 +oid sha256:bf14d836ba2258df225214263d9ec7845ef17a1924f9a90f5cc206ddcfe8a0a6 +size 123908 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_noticeRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_noticeRoomTimelineView.2.png index c762cb7bb5..ad2209e32d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_noticeRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_noticeRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:363d28ba110b873b4219c94f50120f983ed40ee7d2f45e7fad6aaf8b84f80e4c -size 113455 +oid sha256:c9d1f2a127119b96c0cb04622cb386659581f04c35b5dbdced7f15d16f7811e9 +size 113408 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_notificationSettingsEditScreenRoomCell.1.png b/UnitTests/__Snapshots__/PreviewTests/test_notificationSettingsEditScreenRoomCell.1.png index 699c839d21..268bf061ae 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_notificationSettingsEditScreenRoomCell.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_notificationSettingsEditScreenRoomCell.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbcfe21315c3bd9da7c59b60e37e4c106f3a30a8a8e35a7c95cc4edad3594b08 -size 131223 +oid sha256:95ec95c19939614f5c38dd265cbedf9afd5979038166b4db36a2c6e8a62642ef +size 131380 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_placeholderAvatarImage.1.png b/UnitTests/__Snapshots__/PreviewTests/test_placeholderAvatarImage.1.png index 4693fe97fd..d7c15d2e38 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_placeholderAvatarImage.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_placeholderAvatarImage.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be9436c63c915f9d66c6338a93d26c8381b88c44b3e8d4b60876874ed7ea3c69 -size 102510 +oid sha256:b1c70ce02de145b052a476b5abc224e426e8ea8ac79229cf3a172b811666bb35 +size 102587 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Creator-disclosed-Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Creator-disclosed-Plain.png index 0acf80ba99..d4e519dd6b 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Creator-disclosed-Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Creator-disclosed-Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c74de202ad8327c8224db343b47a8cd600dffc1b90558b46e5b21308727764f9 -size 121474 +oid sha256:d99d56ed48727a3bdbdd18224d7bf53e3c95598a30c14da6e8fb1fcd4cfaa12c +size 121533 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Creator-no-votes-Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Creator-no-votes-Plain.png index 635bfba02b..92ca1b8fb9 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Creator-no-votes-Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Creator-no-votes-Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18c97555aada07c456664c61118a781d38a7ad903a50d55bfe5497dd0c0fc980 -size 121186 +oid sha256:a055f4cf9eaa5417be1937e224b73a7383e12f326ded6c173059e132c0a7a55f +size 121260 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Disclosed-Bubble.png b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Disclosed-Bubble.png index 5aff0ed9f3..e3e8d92cd7 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Disclosed-Bubble.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Disclosed-Bubble.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97773ff50e2125372769e63c28184fb96c7bc543bd99d19568052ff86e12d97c -size 123154 +oid sha256:c8157a50c11bcb0c7c4ae75598a615c00358056d017368d9a0697f8b64f33db2 +size 123202 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Disclosed-Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Disclosed-Plain.png index 7191cf7d09..2a52cccce4 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Disclosed-Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Disclosed-Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:574b311d2ab5e331ce4a602ee2c9ef115f1d179b0c820023325e7320c3c1c823 -size 114641 +oid sha256:f7bc31e78c92fb094553779589f366243a661f1f31c17348bf19396c8cf173fd +size 114739 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Ended-Disclosed-Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Ended-Disclosed-Plain.png index 8835fc7639..31069d183e 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Ended-Disclosed-Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Ended-Disclosed-Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b6cc2fff1bb09a1e40825a7a910155a42952d27d43dc83ac8c522fbad4ed3fb -size 114720 +oid sha256:3d049edc07ee2e22a3c8de733ea24614b1286ad7baa564d06f5da5475deb906b +size 114807 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Ended-Undisclosed-Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Ended-Undisclosed-Plain.png index 8835fc7639..31069d183e 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Ended-Undisclosed-Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Ended-Undisclosed-Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b6cc2fff1bb09a1e40825a7a910155a42952d27d43dc83ac8c522fbad4ed3fb -size 114720 +oid sha256:3d049edc07ee2e22a3c8de733ea24614b1286ad7baa564d06f5da5475deb906b +size 114807 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Undisclosed-Bubble.png b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Undisclosed-Bubble.png index 13d68e2647..048d68beb4 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Undisclosed-Bubble.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Undisclosed-Bubble.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64197640705249b153b568b9e5486e10f332ff2afb4d3d25e989e30eb91aab9e -size 117755 +oid sha256:f7869a7d2c70e2d51a311b21efc91d946b4b25779b04addb2b71c7c746451119 +size 117743 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Undisclosed-Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Undisclosed-Plain.png index 3dab551ab1..9a9c81aec3 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Undisclosed-Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_pollRoomTimelineView.Undisclosed-Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92c1056a5dbfc1f27b581ee899d6370963509ada1ec90dfa7366e64af41ed210 -size 109693 +oid sha256:47fd7fa52d47e00569ca7e86adb46bd787a136552a96ba0362077b9af6103dc0 +size 109796 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_reactionsSummaryView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_reactionsSummaryView.1.png index e3d1a1fe47..386648eb1d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_reactionsSummaryView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_reactionsSummaryView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:969509997ea433a016fb5e5bed4283c9944d9aafc8b9e63806c61c0b157b734b -size 129700 +oid sha256:98b13a45f7f7c169bddc03c6590a13c753d2c87e3a5873dd878c59e938a40eae +size 129836 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_readMarkerRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_readMarkerRoomTimelineView.1.png index 2459666517..bcdcd7c256 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_readMarkerRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_readMarkerRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd95a11b21ba3176f8f6d3e3286cc657de9537813739e0ae125e145eeda3531c -size 82985 +oid sha256:4b6a92c11d6558493e132e7975061b439c826fac8bd2a1d2f77dd99dcf450ef4 +size 83168 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_readReceiptCell.Loading-Member.png b/UnitTests/__Snapshots__/PreviewTests/test_readReceiptCell.Loading-Member.png index 29360965cb..ac426cd232 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_readReceiptCell.Loading-Member.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_readReceiptCell.Loading-Member.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2431b131a71e3ecc537771ac267f6a3c613fe469fd28cb78cb79af628e1205d6 -size 65811 +oid sha256:90d611a422a380894c25a3346f8356d52396d9868e31101b52bbf71d0631c668 +size 65572 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_readReceiptCell.No-Image.png b/UnitTests/__Snapshots__/PreviewTests/test_readReceiptCell.No-Image.png index dcbfc21d22..6e103c57eb 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_readReceiptCell.No-Image.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_readReceiptCell.No-Image.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf54a03ff167095cc424d2578fdf9c94274f22d9a172a93e04628bb5cbf504b7 -size 66209 +oid sha256:37c1141bca5f5358e4e0e36b30b7f72b249d74738cf3199534c337c3cae6961f +size 65967 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_readReceiptsSummaryView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_readReceiptsSummaryView.1.png index 081d15d7f0..33f436fa5c 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_readReceiptsSummaryView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_readReceiptsSummaryView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:098b0a6b4b4afea40281b37c0fa173f15ee28b05332050d045fe3b8bbb08b42d -size 111724 +oid sha256:15512881ca14cf2eae9556c280880243cc619817f87e27ed05887c07e8f21329 +size 112214 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_redactedRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_redactedRoomTimelineView.1.png index 81e8dd80a1..0fede0ac28 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_redactedRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_redactedRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ada11c97a968c6fc8c64afd1f2d57f6fc8dac1af2d245de5c744aabb0c1591eb -size 71515 +oid sha256:00aac7cf42b3e145ae07f8dcf199261816ae71e44e69dec916627b9e1453ebcf +size 71324 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsEditScreen.Normal.png b/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsEditScreen.Normal.png index 8ea07ada2f..271df5f739 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsEditScreen.Normal.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsEditScreen.Normal.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0eb00a6f15a6fbdcd5194a376fbf120ab8f27577a55ce779ec81bf6fc3d38894 -size 102815 +oid sha256:7df687710b94e4da023320589a795b207df2d9868de62636139f4b666cceba42 +size 102296 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsEditScreen.Read-only.png b/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsEditScreen.Read-only.png index 1eafe10df5..5da4631852 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsEditScreen.Read-only.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsEditScreen.Read-only.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:402468509fcb0ece7bc9dd41b9956c3f62e5b6565e8c0702e5b164083c613854 -size 89210 +oid sha256:6e42264d146d0f0e57e36947d83772bbd0cdfddbab2449643329497d3dca8362 +size 88974 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.DM-Room.png b/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.DM-Room.png index dce0572825..f9a010498c 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.DM-Room.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.DM-Room.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d3154c595aa72c0d2294ef768a42fbc8ac75d80dc7f9472f84f7f09280d9d8f -size 166466 +oid sha256:68403794d5e16a6292920c5f0d988644a846766190832b587281f204c1720126 +size 166741 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.Generic-Room.png b/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.Generic-Room.png index 746cf8f88e..3e43cd5030 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.Generic-Room.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.Generic-Room.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2de940348816f099648132074d81cdea904a5763af7df164d8568e708d9d0a59 -size 172011 +oid sha256:f80de7b2596c4a0ff78ccd1aaef6f362fb37556b10bd77e02483570d11ee6599 +size 171882 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.Simple-Room.png b/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.Simple-Room.png index 833cd8d8f5..841a401a83 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.Simple-Room.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomDetailsScreen.Simple-Room.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:449d0e11d90607daffcd89d9f620abb8b3bd398ce194d929b945b8f89297f785 -size 128390 +oid sha256:2888c0ad77204a072df2e6cb01eb3a77ed6d110516d2ba5d63407adea603d2fd +size 128095 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomHeaderView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_roomHeaderView.2.png index fd9472b3cf..d396d74c8c 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomHeaderView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomHeaderView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32dc63e9ff568b949a32d3bf5d8a3b4f7f03f5e13b827ade6750f062e1b2b15e -size 13101 +oid sha256:072195213aa5410b7a268d911df4e7042cffba8d062e937b9849b09bd1eaa444 +size 12870 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomMemberDetailsScreen.Ignored-User.png b/UnitTests/__Snapshots__/PreviewTests/test_roomMemberDetailsScreen.Ignored-User.png index d353539144..45928f782d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomMemberDetailsScreen.Ignored-User.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomMemberDetailsScreen.Ignored-User.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ca8b14675431c8e5726ff8fd51fd94ed034806c5e22aebd286dc5e11c562b77 -size 108476 +oid sha256:9a354001fc6e74bdd844d421f191195271be229b57ec14a8906da1b5e18e0be6 +size 108609 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomMembersListMemberCell.1.png b/UnitTests/__Snapshots__/PreviewTests/test_roomMembersListMemberCell.1.png index 2b436835cd..a3865bb26a 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomMembersListMemberCell.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomMembersListMemberCell.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55499e595ef08cf57db3e224d54f10ef2bc7c7b97ef03f653fdd53e7133af9c2 -size 87144 +oid sha256:92fa7ac1c4f12e359aafeae825f2c4f09e998da24f1ff27245153137f52d6b85 +size 87593 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomMembersListScreen.1.png b/UnitTests/__Snapshots__/PreviewTests/test_roomMembersListScreen.1.png index 65d3410b67..524ca762d9 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_roomMembersListScreen.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_roomMembersListScreen.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7acdf255b5e67fbb48e2e7b12f58e6c5c2e751eb4d7e768ae28290ff051ed7ab -size 103147 +oid sha256:61657e5970894e22203a70d84208fc5608e533707b1a4bbe31016b92d92bc328 +size 103429 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_roomScreen.1.png b/UnitTests/__Snapshots__/PreviewTests/test_roomScreen.1.png index 272a32fbb6..f7685cd871 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:92666244d7c2a27b34509e41af7d960ab61eca3ef0bdbcdb62f4f25dd87adefb -size 311453 +oid sha256:d43b19525a8c71d8348ac2afa212380968ae85d267eb1be696388b75dc476d9b +size 311802 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_settingsScreen.1.png b/UnitTests/__Snapshots__/PreviewTests/test_settingsScreen.1.png index b2a5547c4f..46840bfd43 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_settingsScreen.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_settingsScreen.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fb0f5f22637712c94016f1eaebc9e1460a873dfe954df70fd555b6eaff1f131 -size 170780 +oid sha256:a0e4f20a3da82d547d5802aa2dc96db5de6520792be495069ef9c7a80168c655 +size 171367 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_stickerRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_stickerRoomTimelineView.1.png index 65ea87d3a1..6ef2e4716d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_stickerRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_stickerRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d080efe428a7b0f13518fc29db64120f816b26f35fe049561cbb345434635563 -size 880235 +oid sha256:c2481a004893d1b49467756445239e3620282abc52236c7fb7a33566c1939586 +size 880388 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_stickerRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_stickerRoomTimelineView.2.png index a8e77f85af..13bda29410 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_stickerRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_stickerRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5630ed474a8cb83fc0da1dbf2cb297aa2a4362c2eb1efc6ecfa6f8281b7bb963 -size 751272 +oid sha256:45b44e749098160a1f7247ebb7a7ff50548698df049c5406f5424e246446348e +size 751493 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Bubble-RTL.png b/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Bubble-RTL.png index 4fa62a4fcc..b95c0b8919 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Bubble-RTL.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Bubble-RTL.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62ac756d6cc4079a8262196872a69fd954b7cb7c6c36d620ef673cb29e03a29a -size 219583 +oid sha256:2dac90b3609cb7a9ddcc2fcce6c1d3f390b1be082b6b803dbc3f14e8dd47a8f4 +size 219780 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Bubble.png b/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Bubble.png index df4faef02d..2d89878c98 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Bubble.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Bubble.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7164e0fbc6e603de32225e7a260caed819c7b081c6ce2c8c56db0776c85b7dc -size 221052 +oid sha256:33795f53d7df661cdc4dd84bc522f99f184574c8b359c54d4ed2f773ec25d294 +size 220934 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Plain-RTL.png b/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Plain-RTL.png index 8a52dc44ff..c1f2f6de4a 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Plain-RTL.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Plain-RTL.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:654156e7f84b79b3f593e9fc28fe73bfbc656d617302cf7428b45e5fc2b90099 -size 198632 +oid sha256:163234fec82a7aae205f42fdb65875499e9f38310a1274be274b20f7ff5199f8 +size 198078 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Plain.png index c56064e8f6..835e6b4f00 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_textRoomTimelineView.Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7e0e45c9bda3defd344e3762eec47e8cc2da57035fd0460acce9b4b1a790c24 -size 197095 +oid sha256:ab324d7e2d5e6a628ff22f418f064ea31cddca1cfec8554e479de979f61e5080 +size 196624 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-RTL.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-RTL.png index 0f1adcbbbc..a1140fac0d 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-RTL.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline-RTL.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee6a1e24fcf322ebb7441bd6ac55a5ec9738b54395b0963e5eaa2170c8c645ad -size 337562 +oid sha256:91dd434bc9e49a500c1fd50bb96cc8388aafa5de474829b4bf9d72a871eaf62b +size 338364 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline.png index 1ecfeb2d5e..f088ba2bd6 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Mock-Timeline.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:920fc39cc94a109b1ee7ffe511b80b1f83389825b8251e3038c75eecd9e18af0 -size 336676 +oid sha256:b429faae610de5c11fc96e2530355c5d3eabae3911f0baf02b513f832390e1a2 +size 337529 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Thread-decorator.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Thread-decorator.png index abec88e779..6cf513de82 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Thread-decorator.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemBubbledStylerView.Thread-decorator.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b7f3850adbd86bd98abaa8ddd301fa0e6dba20a2c4f8274d4854b6d03dd1973 -size 599565 +oid sha256:bc87eba6fa9f166d9ad1dbae8a6b31ea0cc6c770026c984482ad17f0f7bf681a +size 599788 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemMenu.1.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemMenu.1.png index 91ed1b59ba..a3dff61b49 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemMenu.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemMenu.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a61d69af0c36fff29b81ce9cb5cf222746a47fd0cf6263dbca77fa79774854df -size 151737 +oid sha256:baf99c8e3e6a8b89c90fc42b9c3cd48cd94f3244653b798c69d8c7bf5ac5952a +size 151821 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.1.png index 7753514f11..9a58878d1a 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68e8f7d915852cb4d7b31f71d40761c8220a421338f2b9f684f77c341e34ed6d -size 377505 +oid sha256:9c68fe014ab2cd9fecbae22fdba5f8bbd616bd08e34b4fd84ad3d970086462a8 +size 378868 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.Threads.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.Threads.png index 52104df880..4cc1c7aaed 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.Threads.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemPlainStylerView.Threads.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:026370163e3eadce4f84229ee849e144e68057557e0566888217742745730e02 -size 300921 +oid sha256:bed026f97f155c6899392a9abc0acd847ba3c733d0ee5b4f0579b33b0ea33734 +size 301547 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Plain.png index 7897a743e2..42e34a87b0 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineItemStyler.Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec2229c6106f224648f1863c712f1728d3e94b13d823e8b9946675990d7c6788 -size 129177 +oid sha256:39f83c00d1a2f057cef20681ebd9540db81e111f38ab8f010713d93aa0beb82e +size 127983 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_timelineReadReceiptsView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_timelineReadReceiptsView.1.png index 138c53b710..1ccff7a19e 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_timelineReadReceiptsView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_timelineReadReceiptsView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ce93bffa754996a34ba6820e5f8133fe7bdb9a65443b1a1ae54b78e47376d62 -size 65930 +oid sha256:9ed7896c6d502bc6a822993d81a65b1872980181cb236f0ccb92347c26db86a2 +size 66455 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_uITimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_uITimelineView.1.png index 272a32fbb6..f7685cd871 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:92666244d7c2a27b34509e41af7d960ab61eca3ef0bdbcdb62f4f25dd87adefb -size 311453 +oid sha256:d43b19525a8c71d8348ac2afa212380968ae85d267eb1be696388b75dc476d9b +size 311802 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.1.png index e0fe8dfbaa..43a3b03e9b 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84cff7330a1f45546340bbf387ccb27dd3534303d005934eeb96be6e21fe716e -size 98359 +oid sha256:f5f65a4f3240474a4b083d977548bd2a35f33710d88dd3c7c78638c05ff9f359 +size 98485 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.2.png index d6366bde11..c463fd5b98 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_unsupportedRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72a61acfcb218cadcca2789eec99a3cf91c1ce589cf6bba62b3ba9d7286346da -size 94592 +oid sha256:94519741ae72368c38c1f4d53904973714cd7d2e6680c61e3c5e96f11e732d08 +size 94602 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_userDetailsEditScreen.1.png b/UnitTests/__Snapshots__/PreviewTests/test_userDetailsEditScreen.1.png index 9e3f32dadd..27d765c1e5 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_userDetailsEditScreen.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_userDetailsEditScreen.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:459c43fcbebb8682b03d157a52ae3092c011a0536bdd6e0c32bfcb132e8faac3 -size 101730 +oid sha256:2f57161afe1c7807de3a7d09b0907317ded636c354a9d16d19429e8c05df2fcf +size 101689 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_userProfileCell.1.png b/UnitTests/__Snapshots__/PreviewTests/test_userProfileCell.1.png index 7bb7ef06d6..fc9c914754 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_userProfileCell.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_userProfileCell.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e581d8283c932491ee0094d54be8de20d8218c99317c30785338f5f511eaed3f -size 145982 +oid sha256:f34d1a1c20a1bd84c8b2975ce00e71a047a140fe60bc3efca3543b796c46a661 +size 145864 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_videoRoomTimelineView.1.png b/UnitTests/__Snapshots__/PreviewTests/test_videoRoomTimelineView.1.png index 6c6021f797..d4174b7b8e 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_videoRoomTimelineView.1.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_videoRoomTimelineView.1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef90ba75f3aa94a240d48fb83ebdec8e660da261dfe2f3ddbf8878a705a6a58f -size 76597 +oid sha256:bdb3d37ef70a49d25f969963c34eab5b732774fac9339b0d688f4f628fdf8d79 +size 76856 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_videoRoomTimelineView.2.png b/UnitTests/__Snapshots__/PreviewTests/test_videoRoomTimelineView.2.png index 14b7003f29..b73c0d93ae 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_videoRoomTimelineView.2.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_videoRoomTimelineView.2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a92933f61a4c3b0a8143cee7216b8be4dd1aa29c7c47833a90003297d3d805a -size 74572 +oid sha256:97b6fc16982551d957e985d304891ba42983455efadad7f46a2a732952fe792c +size 74784 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_voiceMessageRoomTimelineView.Bubble.png b/UnitTests/__Snapshots__/PreviewTests/test_voiceMessageRoomTimelineView.Bubble.png index cff73d2ab5..7380f5d503 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_voiceMessageRoomTimelineView.Bubble.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_voiceMessageRoomTimelineView.Bubble.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93e0061262bfa46b6d69a4546e65776b1165dc94110c2b77d6190115e935c1eb -size 71420 +oid sha256:0ada31509f4d3e2db2419880159f9f6130f384ae8389aec23493e94ffd9458c8 +size 71542 diff --git a/UnitTests/__Snapshots__/PreviewTests/test_voiceMessageRoomTimelineView.Plain.png b/UnitTests/__Snapshots__/PreviewTests/test_voiceMessageRoomTimelineView.Plain.png index 8ce4e0a673..45f5683c10 100644 --- a/UnitTests/__Snapshots__/PreviewTests/test_voiceMessageRoomTimelineView.Plain.png +++ b/UnitTests/__Snapshots__/PreviewTests/test_voiceMessageRoomTimelineView.Plain.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d79313791794afe42511702f56435dd0ffa1158ffe7bfe495373c714040bc018 -size 67740 +oid sha256:4cc833254ae6187f2b2e46bf93978f60b1a9c1dcfca0e417eeb57a35067b13c5 +size 67827 diff --git a/project.yml b/project.yml index 2c51156264..3719e76df9 100644 --- a/project.yml +++ b/project.yml @@ -51,7 +51,7 @@ packages: # path: ../matrix-rust-sdk Compound: url: https://github.com/element-hq/compound-ios - revision: b2d1227d8628a28dafb85ae057a8df4bb7279029 + revision: 98bd0ed412c29bd5b3762b673ca5720b6fb9d713 # path: ../compound-ios AnalyticsEvents: url: https://github.com/matrix-org/matrix-analytics-events