diff --git a/ElementX/Sources/Screens/RoomScreen/View/MessageComposerTextField.swift b/ElementX/Sources/Screens/RoomScreen/View/MessageComposerTextField.swift index 36137d5ec..e39a44f83 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/MessageComposerTextField.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/MessageComposerTextField.swift @@ -152,11 +152,15 @@ private struct UITextViewWrapper: UIViewRepresentable { } func textViewDidBeginEditing(_ textView: UITextView) { - focused.wrappedValue = true + DispatchQueue.main.async { + self.focused.wrappedValue = true + } } func textViewDidEndEditing(_ textView: UITextView) { - focused.wrappedValue = false + DispatchQueue.main.async { + self.focused.wrappedValue = false + } } func textViewDidReceiveEnterKeyPress(_ textView: UITextView) { diff --git a/ElementX/Sources/Screens/RoomScreen/View/RoomAttachmentPicker.swift b/ElementX/Sources/Screens/RoomScreen/View/RoomAttachmentPicker.swift index aa152ea1d..a45efab28 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/RoomAttachmentPicker.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/RoomAttachmentPicker.swift @@ -18,6 +18,7 @@ import SwiftUI struct RoomAttachmentPicker: View { @ObservedObject var context: RoomScreenViewModel.Context + @Environment(\.isPresented) var isPresented @State private var sheetContentHeight = CGFloat(0) @@ -53,7 +54,7 @@ struct RoomAttachmentPicker: View { PickerLabel(title: L10n.screenRoomAttachmentSourceCamera, systemImageName: "camera.fill") } } - .padding(.top, 20) + .padding(.top, isPresented ? 20 : 0) .background { // This is done in the background otherwise GeometryReader tends to expand to // all the space given to it like color or shape. diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsPrompt.png index 739af8f4f..7f28a7a33 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsPrompt.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsPrompt.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30ec874208bb79b878533237879d3406f679c151391eae2d70655166dee523b4 -size 122057 +oid sha256:718aeee88ad5bd482490fe309ff6fac23074b5075fe2406ba76340cb03550080 +size 115475 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsSettingsScreen.png index ebab2b2e8..6368bc355 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsSettingsScreen.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.analyticsSettingsScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:788037ab6790666b292a8e985b36157ba66fbfd1acb10a2b6bbe3435ff42c474 -size 80927 +oid sha256:3716163032f1387a23ec46e2a7a0418f82dff973028d9029cd543a0b75b79c6b +size 78825 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationFlow.png index 46049cd84..202242c42 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationFlow.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.authenticationFlow.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b6651cc4e5a2ae82dbb0600df7ecb9b80fad83c5d93f4e19294ad812e4a0bff -size 78763 +oid sha256:4f12629d5c5686e82cbe6ab3afc50a8c8e2ec4c5570975cda2a218e9670142f9 +size 78574 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-0.png index 37be7c5b0..62e3543cd 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f0c93473df0cec9e1d2fec5010a3c33d4eb46b69c4c40f6b51e524863b95c9a -size 113844 +oid sha256:bc97066ebf1fbf25ec8c2e7871c373e39eb5af20624b80cc76c787071628fbd7 +size 113808 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-2.png index 2aa10e545..0b010287c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c06fc3905aed23e28b0fc6ce7775fb1a7b8a5ccc3f3d3c242297ee206df18a26 -size 180922 +oid sha256:2f464300af202e7fe201325cfef822179c0a2175ff869c749149b974ed8a4992 +size 181887 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-3.png index cb7ccfeea..8f38814ab 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-3.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReport-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee83c9fc5576ad56be28a947c02763ab064e5460153d84ae3d7a5c2eb28e418e -size 185147 +oid sha256:934f2941a906e41b9c7a6dee6c34f04490e7eb18c9133c3363820b2b72b8be3e +size 188565 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReportWithScreenshot.png index 6f426cd74..f94b8a3ef 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReportWithScreenshot.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.bugReportWithScreenshot.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d078925b6a20c8c81e42378d1e3b32ea11be6eff56f2461a40e7d8d18b476097 -size 120619 +oid sha256:3190de0754981bd3f2d5723fbb1898646cbfefce5d1d0f98111e4afc9c7f26e6 +size 124651 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-1.png index c33779306..e82102779 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b98c8f285e897db8750b1a9c2623dff83657ccac78c92026694ab951fe97370d -size 132704 +oid sha256:1adf7fe7e4d93db487a70bb74e03a1c08b9e4f7c059688aa438501f0cf4440bc +size 134273 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom.png index f16276e4d..6f50b7af0 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoom.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bbe9ac53bda18e3ddf5d78719e05dc96e45b7ec9e7647a39af8e0f195df22d6 -size 134878 +oid sha256:993e53c7f8152af6e9e35359d0d3bd8745f7427ca5f70039b3ff133524854dbe +size 136937 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoomNoUsers.png index f06b3de10..5bed3b1c6 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoomNoUsers.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.createRoomNoUsers.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1fc3bedc93e98a70960100bed7b7e42d75f527bac704a9ab2b911a706b2f306 -size 114079 +oid sha256:8c547c4d6470fc9c02accf3443f3a8c4815bc7b21d80fd76fcbd8664d99bba7e +size 115725 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png index 57e42920e..879ff8c4c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.home.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aee6e0226fbe77d1eb259d3fe0cb6eb2231f63c3ea3116dab29f7232b7ca85bb -size 87420 +oid sha256:1c1b3644f9eac3fc56f81817344076354374e99a693ae38e2dbdfcae25b158bb +size 87759 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers-1.png index f54ef9b01..060553fa0 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:165c81b9279ee7bead62d0d4ffe0bad27a35ffc6ff9d5222315a6ffd6ecafe61 -size 109543 +oid sha256:6c0342913c7cc5718f9cf005440823d8dbb37ffa6db5b9ed5f21131d59524948 +size 108286 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers.png index a00e97bc1..4300686e8 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsers.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ad83846a13b9f605e7d356b04c12e17a68ea0d82bfb734f6c5b6e62dd06c25e -size 99723 +oid sha256:f1b0f5fd44056635eb1c009d0ed3cd95c0c5c00132278780e286c4bbde53dc8b +size 98580 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoom-1.png index 55e06e755..0e3ac998f 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f682e61fc6d92c8e552616f51b324472fca2cc63592279c21a6d1a7bfd710eda -size 109561 +oid sha256:35c228fbc1eb5555fd14c4c130f5424a18d852f6a06a3750b23561e7014a423b +size 109925 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoomExistingMembers-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoomExistingMembers-1.png index fa41305bc..2e5804821 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoomExistingMembers-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.inviteUsersInRoomExistingMembers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4422f5921e33b1934089c713a7ba01f9f1df6f47e49b35f4e79727c0f95fc8c3 -size 98044 +oid sha256:4e9bc5290ad51b9f39294d66e0c1f657bc2ec77080de20b691ea2fbbd44af43e +size 98911 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png index 95c2296b4..17d54d78d 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a3aaffcbf38b6ddcde6142634a2803705a2d8438a8e2cceb2c8f567ecc1ca9f -size 191803 +oid sha256:67b0f777fa6fd1ed23d94f9fa5ed43bba83f27ef534b98d883f01d08295e441a +size 193142 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png index e8c8f5e57..c40b93323 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3bddd4f90e40d59491c39cbc38c6231d65ac245dc82b3de5c9103c5e631018a5 -size 102257 +oid sha256:b6fe9b4659c67141496a128c929607b159c0286ecdb947ac0ccab9213b58a610 +size 103614 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesNoInvites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesNoInvites.png index 30cea933a..9b0ab077c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesNoInvites.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesNoInvites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f31e501d332a6a5000233961639d85327e8bf767e4d47a7c78433dc5bb8803b -size 59517 +oid sha256:922e92eb3bded0cd0ab0dd0959e683a699de8eba6decf9d77b5a43d343d41ff6 +size 59616 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png index 658a3d390..735d23bc2 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.invitesWithBadges.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f11dd1f578ae2940dae840b3960ad0f67e512f93529270836555935559046720 -size 102629 +oid sha256:803b9951218dda8991669367c27be7947bb4c0537cb34fa34de017fe06790d35 +size 103994 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-0.png index c89284496..489c17a9e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f101e9e5f108590affc8912d1232b9638ab043cb81b6caf07022db4119b9864c -size 79639 +oid sha256:9ab972a80f7df063c63a7fb8fc3b474855b0dea02c76a20e4e3fcdc4f8e1b26d +size 79361 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-1.png index fc00755b6..f319da515 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7c8ca16e04390ab80586512f5ec8bd2a93f7cf4f505e1e6eab655d716483413 -size 79966 +oid sha256:b37088db724fad97eb2cf93a3d0ba31b05c3bacd091401a03f9972c75676ecd6 +size 80043 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login.png index 0674cdea6..048d14ea8 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.login.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97bad473cac0e9bcae904de1b96112bfd6fff8dfbb5d107aaf4beaadb929165d -size 76505 +oid sha256:030ce9a35261b43e20a14f23b56282722ced23f751701bb740870a42ce3d8195 +size 76713 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.onboarding.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.onboarding.png index a7deabe68..5ba854b73 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.onboarding.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.onboarding.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e84d77dd70d5e072a18765a5b893bb0f64d047e7caaf8b7a871e2a9477ad023c -size 854984 +oid sha256:573762b09786ae8e6b28af8eac8145ced8e8f9771b8ad92b1d7978b02b5ae1af +size 2344406 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.reportContent-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.reportContent-1.png deleted file mode 100644 index ecb2d81f9..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.reportContent-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06d95ccd192c2c9550e4a405b76352d8f75d86a1d72cbc42dfab15743bcac2de -size 96766 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreen.png index 88c4768cc..c6d5cff3c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreen.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8dc5290ca66f80d4dc4dd29a710900436d22d2769bbbee627edac08f6ec2fe7 -size 91846 +oid sha256:1e733ae4dfab4652031797c366ddd025e3d1bf42cf1cf3b4095943aac7b7fc43 +size 92844 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png index df8a52b79..aec57793c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenDmDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ca554f9b25a8705b17082d5d8c251a83273b2cb021c0ac334ce0e002e76a076 -size 107039 +oid sha256:c5c2128f0c2ff8eacd789bf31b0ca5575a3815b0baf7efc594d5c4f6382a107c +size 107997 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png index f6b6f7dbf..faa2db0c4 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:412217a207ef9a3615aec0cd8c6fa6c9eb5f78aa25389b227d2bed99c1245291 -size 109946 +oid sha256:94c6d983f73986c694ae68c70a0ee223916185a361d6067f7c3ffc286d89547d +size 110720 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithInvite.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithInvite.png index 06e6e012d..2c344504e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithInvite.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithInvite.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9afaa98b21ab14e513ef00a5826891c34edf424271ea0ef736353967120d1467 -size 97265 +oid sha256:742dc32fe782bc6b75b8c1ec4e3cb373504fc43df728b189ca6f50d131e1acc9 +size 98511 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png index 41bb4a84d..23bf7ead8 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc13ff8cd8e0c43adab1851d2f1949cfb2f28c9f677c184bd9b95781b211a800 -size 112715 +oid sha256:4e88bae68d81e42f597de343d8a66a6f70c76d9878e3d7697c34ed533b568094 +size 116369 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png index df7c899f2..176447fe0 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26fd68190524bd5783049cc5e2bde16b447e66aa385d3a2d8515f9191413d0b6 -size 78813 +oid sha256:3572d040c35de4772462d1627f92467af9cd383d454af08a71ba36cb2a7d2b4f +size 78185 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png index 5a2678cfb..73a5504a1 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomEditDetailsReadOnly.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0075eca03efdacb62b8531ad03987ce3ce967ece23ff44a2254ba91f700968bd -size 75117 +oid sha256:25869965443a0580f2e0e3ac5cc69a0e576868b56e7d8550af77fbb3698c90e1 +size 75225 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 7be679256..a98b2db58 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:79aed4e679f43602880d7cfbf76fdb4e0dc237ec785484d48eed49d959d43c6c -size 232894 +oid sha256:2d7bd1632ba022827e77724370ec80c3121f45bd670dbadb15ec1b7054315bb0 +size 233607 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-0.png index ade2f33f5..69f3daf8a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomLayoutBottom-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53d5ebedf8d681b2eb8d93f7951e96d84ccb9a42a50db31e2aaab1906689c667 -size 296388 +oid sha256:cbd9d3bfd43d493a4ef4c3ff9e012ed90c4ae0cdcff9e7f0f49df7b33af4bc9c +size 296367 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 03fbb68cb..251ee5a70 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:426b8787bf71ebf9a30e6522724a167d22eb4408aa6bb2eae5449b54670d9705 -size 299507 +oid sha256:9d6387596bba30b310e142d57586de228188e64b14046de5f097c96560305cfc +size 301819 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 1d9024c02..4f2045002 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:bd74cedf7be35001f8e552619b97c383d5621263210aabf356a6f68c9537ae0a -size 300134 +oid sha256:c668f36191512c3e05eb0abee6d81bc4a1ef94808367f0211621d488a9015987 +size 300327 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetails.png index a3ee2cfce..81bba6344 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetails.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa29d51f482c87a93da7fd8c059215fcc3da9ef6c980a301e9507ed1f7c3c7a5 -size 79947 +oid sha256:4ea75e47b1a241150f5bc24049c79bcc1e5cd5714aa5f1d088986795477c6261 +size 75966 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png index 62bb0292c..97e4a3a07 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsAccountOwner.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5afc94645db66763519ca354f302e3e3ca5e380c9a7a9b6d634b4fc9ed98c31c -size 73131 +oid sha256:e1c6f533de7616d914a64a8ac057e82216d440803ff9fa5bb14012b218e85b31 +size 70128 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsIgnoredUser.png index 1d87cf438..d9b0d53d7 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsIgnoredUser.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMemberDetailsIgnoredUser.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20e6382f3e6befa47d6a343b63fd5e5094e66e216b50853d35555b1e1b9e86ba -size 81051 +oid sha256:462ad7364eea5723177136ea42ac9d6e124b4fb406f94101086ebc8790e11ff6 +size 76852 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreen.png index 80cc99933..a5dd4dc28 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreen.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7d2d9e612e8f551c6c75f77e359a72e0cdf402940f4284e1983f1246dcd52f7 -size 75860 +oid sha256:be8d5d4e028d57d27335d0e19f069f80aeee167fc0e1ca196a6f3c265672ed1b +size 75944 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png index 9b0eb5399..c5f36dda1 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef909fdb1ebc36ed0ba44e4e1e02e0c94eb2f3a235a2a39b447da749f932e83e -size 66209 +oid sha256:e6c5b933023e985ffb246c4bfadbc058cd7e99185555463139f43e25fc17aea8 +size 66211 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png index 251c500fb..f8cae96a3 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8ff4e6b0f69d700570bc9ad1bb56bbeeed477b0b3c1dd79f7e1d7bdb4648dac -size 84136 +oid sha256:e27c2244341a7083ce5dd4b57350ba23ee9cad94a44d67e773bf18de5c111917 +size 86781 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites.png index d287caa00..605af26bf 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.roomMembersListScreenPendingInvites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe6880e98941ff02697aa9f46c969af621c14dbce2998184daf02fb450bef04c -size 77652 +oid sha256:adde130d9f02f69b774f4ef1e3e191f170b093c6f39ddc0b383997f7f8caf9b5 +size 78201 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 99bc5e8de..65c950121 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:1cc4d04113af86b2ad7b426f8ed97d9c8272695636ec71b30d76148820d5a857 -size 232804 +oid sha256:dbb70041f5b606026991fb3ea982a759ac078a872d473fc071fda8b57af9262a +size 233365 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 aeb868e51..7a67ecb88 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:1f78a88eaeca1804b061a6523316e7e46066d6436d8223e1e4c4dd86b15c5abc -size 99786 +oid sha256:6425b66aef9f638849569d409e0e09077b3543758bcf8c9d5aa404a19fdf1dc6 +size 99894 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 4b7032018..79bd8fe76 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:6e9af3b870c44cab4d22ba7e63cf564ceb856c64cc4c6fa589c821e369d9b2fe -size 122172 +oid sha256:7dcf7e81ef5c94405588e953f8ade50ebbfe76fb86ddb06c90b6285ee004f04e +size 122237 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 30a7c4a4b..da8ff7ee3 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:ea00607174d550570d9fb8925934dc8bd3a3ecf1cdb2e263427cc570b3a97724 -size 295049 +oid sha256:55f7ab32b6b433fc82e0c6fbed6aaeb95307ec7d59e48c859ed2ca07a220afa5 +size 295266 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 48c44ef82..90fbda240 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:e1a51a634a8e8f9c4c55a8068d7f0cbf6b6658dd31fd8dfc82bb59dd83a9b31c -size 123189 +oid sha256:5ab19984268ff7de9efd9c3d13612c407c662f8cba4fadcdef028b82a6ce2bbd +size 123204 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationLogin.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationLogin.png index cd06932fc..008dbb495 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationLogin.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationLogin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:527ccb6c88af964c02f3a06b780a38820cbecac5198ffcd743a87d89fbcfe38c -size 87161 +oid sha256:d758af2b7533e2afe8a4aadb11b987862c265be52f806bf9696a0837bf29581a +size 87560 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationRegister.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationRegister.png index e670e6d26..4ffa447b0 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationRegister.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverConfirmationRegister.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:555a347da22904d66aaece9d397e5f2b245c17746f12bf622390f1e54e5f4eb7 -size 93038 +oid sha256:1df079ff0e22150efde892fafbe84ce8efa52d7c87f040e97ed39253e1e809f0 +size 93846 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-0.png index a125dc92a..152b08ffe 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cccec1e509adc2041ff349c6906aedcb5598e54ff6c534d7ec234dc4f1777d09 -size 96753 +oid sha256:c787251ce572296392fe605054990eec15001b75ee4e7891c2aff6486016eaaf +size 97468 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-1.png index f9a62c3c0..21a6182b5 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2020251a237e98dffeeb1895aec31270cc93713f65c58d12e734943582f97e6 -size 168798 +oid sha256:631283c81955b66f90f5a15468ee80b19ef1c6062d68b6bff3239d5a0ead76f1 +size 169491 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-2.png index 9d8a13dd5..8adf48ceb 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelection-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55bdb5c8c1829c52939e4959a1c4acf6ee2762f907a6e873aa398a149af53de0 -size 97559 +oid sha256:e0326f5e131e5e8863bf16b2390616431f4d8ca81f0761784612259dfe539910 +size 99266 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelectionNonModal.png index 79800835c..fc95bf0c4 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelectionNonModal.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.serverSelectionNonModal.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c7d5815896118336ce2b6fa82b8625285b43de51c66a90b81a0019be506ad17 -size 93394 +oid sha256:860d9d9b7c5d9363ad5a87650be85f4278b22fa5ec11545a1e2d21877f6c6229 +size 93947 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-0.png index 04add348c..58cc0764d 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f60bdd21c520b57e532538b92528f5a6251a414d4ce699a316820954f8961f00 -size 79588 +oid sha256:35f8d045c4fdaa2deada0359e9a048e5fb71930bbc67025a4a888391f2dd077f +size 79933 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-1.png index 81e3811ff..a12200714 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bae46355106c0305085f65d27f23333d80b245cc8088f284bbd3b51f8ffc3e62 -size 81412 +oid sha256:f5e079f2c731f90a837b3b1cc556d572c5eb02df9e0b85fcce9d62184edb9605 +size 81700 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-2.png index b78541914..f5e8934a7 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:511c408c1e191eb083a123759096fe150eaf0c55076e85ea2ae053ea16842baf -size 78644 +oid sha256:0eda3bf534334f2fd5867bb7b5f14f80d069c6ab6afc649b9fde1fa2b3b9aee2 +size 78881 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-3.png index dfd2351b3..875f20e79 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-3.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:623425d6c6fc2550e2c64bb30e0f574decc9b82e8a2f3aeb3aeeabd626183242 -size 60184 +oid sha256:683d277021194d8d523ad52f098ab2f6c58f29a054f0640826ae28fe152fe84f +size 60258 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-4.png index deda9f413..b365daefe 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-4.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e156ca20e05f1144eefaf08b23f093ef047591ceea283b5e3e8e02ac03e5e2e4 -size 142949 +oid sha256:533f6d14b80dde6e788a9248130c3cff4d01df2c8a463f20c9b14ed384123839 +size 143246 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-5.png index 597a68c0a..62bc487ae 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-5.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8306d3378f076db67855a5d67e9a2e0c9209ab715449d2fd0ebee6459d896af1 -size 140084 +oid sha256:89484af9412499786e1a1f81d3b1c9eea197dcac28d963e9f2201372647b6026 +size 140364 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-6.png index 2c87bace2..ace8c0ffa 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-6.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab68f33b50c4faa478bb3cdd70d1548aa2ab9c93895136a4ef752111fc759b0f -size 78476 +oid sha256:38176bf8047aeab5da0ebc11b27bab6d9e00d2037772a49281363370c13a3017 +size 78458 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-7.png index 5ed6e9c77..482863896 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-7.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.sessionVerification-7.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:687734b6fbf4e7a7fe29ebb66eb9b830211527dd2bb79dddcc8ca16c6f713414 -size 79798 +oid sha256:1614a41f9991619783accd5abbe8f95fb8333a789137daf58ed0c881c6f9e270 +size 79501 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.settings.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.settings.png index c0f1bed26..ab8d8abbe 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.settings.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.settings.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3397fee7293d261373c5dbc0b7bc6c602b388df70f6dfc33389fd2a8e1ad46d -size 113636 +oid sha256:63da6c8b58724413818fdc5ec9a2b2712ac45b1195cad40121b9ae3d4c5186a1 +size 113836 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.simpleRegular.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.simpleRegular.png index 3d0cf7eb8..75fcb71f9 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.simpleRegular.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.simpleRegular.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d69dbcfbcf77ff231d83db9572ba1f5be9264901ea15bc881e01d5235f3cac8 -size 84602 +oid sha256:f8bcaae035fbde1d607e93ac048f3dbdefc5b35e6c8c48b59338744e43557ea6 +size 84542 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.simpleUpgrade.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.simpleUpgrade.png index 16fc268d6..6d8f881a3 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.simpleUpgrade.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.simpleUpgrade.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e209f4603a1ee7ad24278f768cdcdcaa99e732f9cfafb1314a981753ea857c28 -size 78912 +oid sha256:5c746f86864de6f4824352c0f019ba43ac90646cc26b8343721eec3564f5fffe +size 78946 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.softLogout.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.softLogout.png index 86843338a..bb112777a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.softLogout.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.softLogout.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a18ea7853cb55a1fa02499b7410d1fcffd9b9ca2f0a03cd7b9c3105cd4652517 -size 120196 +oid sha256:ce3ec0860728f0ccb0643b1586e83b5f1cf10d63edaeb75a14d5acd73d874a4d +size 121681 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-1.png index adfd19840..63fc64e77 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bed7e7bb223fe28b12880d4b630e1e0226d75a1fcc36cd0d9bdb9c64b940bf7e -size 76764 +oid sha256:b89c1c5792f74c6109c047ceec114a687c6e08deb451c61d4ebd2fbb1fab3973 +size 63008 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-2.png index d41cb292e..138c20143 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b82364f1fdda5b86cdea790ae4a05dfd5f03a72f2ab462f78020db43e39615f -size 88969 +oid sha256:71ae1f2a8fc0c3892519d570937d1357c9d86cd879720925162d717d6395b1d4 +size 78444 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat.png index 8406914cd..5f4f8f548 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPad-9th-generation.startChat.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcfa75205684ebf75efa0a6c2a18f044d0a039aad0c4b6d9fe02b3a2faebcc8a -size 108859 +oid sha256:474cc3e9880e1210d02b3defdb83a0133a2bb378a6e75dc208ba5db162cad252 +size 108878 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 b799de7b7..932a45467 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:0de63aaad9469a7e835da959cca3fd74ff4d22ee06e622487c86c4b663ccc306 -size 330324 +oid sha256:75d52346542f66b32b3daeab15d6f516edd06267fba8a8d40d12f5444982bac7 +size 331736 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 dc88a382b..f62b5bd94 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:981679806abd55602235ed27f86628bee97b5bfffecd1bc1c37e64c2ec674174 -size 393275 +oid sha256:6e9ed46c68c3de5003e25052c4a0067c5c8753aa9682c2535201abf485e24f3c +size 396361 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsPrompt.png index 66b9c4e51..cc4e57c9d 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsPrompt.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsPrompt.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:928cae00d6f053338b5dd61c8db6ec89d8ff830aea0c293494ec9e6ed7ea936a -size 154465 +oid sha256:682c0d5652318db61864e3c70fd083424f87e41d9ef94d7d21376e2a2e604c99 +size 145495 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsSettingsScreen.png index 0fb3e6b1c..ba20c499c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsSettingsScreen.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.analyticsSettingsScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:736f751f1c5e635626d8465825ae0e2e6e4408b9c141e655496758ccdf2d647f -size 91031 +oid sha256:c295c1382e70b6eea9dddd502cf06b4008a46a2699daa05b079c29b25a9f54f7 +size 87780 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png index 284b44c98..ede162700 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.authenticationFlow.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47db5f8d5cdebe1168faab3ef6613a23ee8cae13cad8d777370f18847af63f5c -size 84951 +oid sha256:bae9f63b677a58ebf951c54f84947dd312e49cd8cce50f065842973d7e983dc1 +size 84899 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-0.png index 16147bf37..c5892a246 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b30298a0effc02d3c048f3a0f527813de46ac8ad70b9a31a722c2cf3cfb5806 -size 146803 +oid sha256:bdf67115eb11c657d3463867e9094a0233bb118dbb5bd9e289bfce7aafcdca0e +size 146727 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-2.png index 51df7a713..12abfa2cb 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f6f93e59d8a9c24f59909c47146311c3196f96229d67c7642999c1810ed79f2 -size 204788 +oid sha256:0df7dbd3108ccee017ab60f7c878a40d3a663879bad23926e372cb063fbd02b9 +size 204658 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-3.png index 219292010..4ed223e7c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-3.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReport-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96f5584d56edf3087040cb95f858014c4a33314ee8cc90e2eec591eb6c05d987 -size 210112 +oid sha256:3a7188b0d43132c40efe720eec4d383ee11a7528e4628a4128826d3e99eeecf6 +size 210009 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReportWithScreenshot.png index a84681515..0808b4b28 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReportWithScreenshot.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.bugReportWithScreenshot.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbf2815964fb44a96364f98b89d9b3d5d24ef29dc0910f5519145a5c288cb797 -size 152062 +oid sha256:237d24010674edcdea51a4ea062506b2759b8ebdb852e65a8c5c5467d935e175 +size 160344 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-1.png index 7e58e953c..ffd314367 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6292feb05252ba017f063f455eeee30d9a48ded0a2e74dc486e78675db5bf31a -size 173094 +oid sha256:d4929f3ce29fb35995ad9202b6f8cfa0e8995ab422699335221762691143e2c6 +size 176059 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png index 565d7b868..44f27b64a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoom.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:582e1c2a98c6cb08637f1329bcd119e4abd8aaf1e177a738dd781bb015ab2f83 -size 178558 +oid sha256:16f971ad5128308c6117ede8a3665d6f64c1fa0face8e00147b7b94db958ef2a +size 182632 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png index 266da506e..a2b56bebb 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.createRoomNoUsers.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e5a3b21c2b5370186f1a6868606456e980c0e8f170985a46fcc466406d6d667 -size 149682 +oid sha256:8e91f61c3b8c5f6068e0ef60677cd7ce8c9d746bcb6af13cf1dd089b097f2b55 +size 154443 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png index 8d90a0b34..49038efd5 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.home.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eed50cdf1d7cd37f81864064823a563365c07db6ce804e524b2983cfae26073e -size 220976 +oid sha256:ecb794d71d50a5b1864e0104d4c14ebcf4bf0c8fd95f0bdee1fe735bafeb9e9b +size 213721 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers-1.png index 64eadf3c2..05b35b9f8 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00f38866c3f3810463005c6ed775a08d76b7486da55a1328ad3bd38a04a4210d -size 131831 +oid sha256:31addcfeca8e1ba9238c356c2155d8e60ffe13f6efbba889ce2ca063f99de1e9 +size 132700 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png index 12c53bbdd..2ca60d3f9 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsers.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:488837d7e8fb28268dc66505211d0bd91dd6715dadbcd5f81df50bda52becb8b -size 117214 +oid sha256:cfabba1a216776ae05ff193c326dd69df5094308fd451d701dc7ba6fdc6f614f +size 115471 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoom-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoom-1.png index 2a6bc7a88..85ade1c70 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4a6fcf1c1e28e5386a31491f0211996abcaed1b3351ad492e4664a5972b6196 -size 131917 +oid sha256:4d2b5f1a370954d48739b92a035228f47d5aa4bbb69cec4e65b39f95005496b8 +size 133286 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoomExistingMembers-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoomExistingMembers-1.png index 8d388f571..238015e00 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoomExistingMembers-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.inviteUsersInRoomExistingMembers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:155cce8a7b5c98e5e8733207ed8a0d38b0ad039d4bcad7573692fc43c857bb4c -size 114647 +oid sha256:3ccb12a73d8081f75cc2fef7dd10a8e4665f06b506a4688ee84e31cce47fb223 +size 113265 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png index 5f8ca576b..fd23becea 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9aa494529eacf68fb164344ea79df97c18b9c2018952e6d4c89ee43969ed5864 -size 359486 +oid sha256:815255c0e24f3610494cf0c6703aafec5cc4bb3bb4ede3cfcd38b864281ea0ae +size 376792 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png index e41fe250a..817ceeb1f 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0624e010476e83da7d3af40c0119aef50ff3f1cc0b4e17aa1a23a10cad2fdecf -size 121285 +oid sha256:06696bfeb0f9a758915f3667e56a7079b1a0872e5dcbbc798777697ffbeaa154 +size 123300 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesNoInvites.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesNoInvites.png index 7e34e68b8..353bd862a 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesNoInvites.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesNoInvites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdf43c35ecaafb6c0a167e3278303e52f9d497e95f6cecc396893250f83f2434 -size 58645 +oid sha256:b63ccd2c47c94d90a860c90a9193ebde596839a0890bc45f08cb4fb4816a2939 +size 58803 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png index c65e7dea3..e0b576517 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.invitesWithBadges.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78a8161f388f6219e397f0edc692f89cd6c047eb8200a0e87800cbf98dfdf1ed -size 121788 +oid sha256:d6bce9b4f4fb3402f87a71d5671404657a6e90b916c6048b092e06cbc70b348a +size 123808 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-0.png index a4a22b2a6..4064193cd 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c4fd4f4937bc6f909ca22d0fd15fb58d7c24d48655e058b30532bc771c5266e -size 85799 +oid sha256:736126f1430d7f0f3eff5b8c9122dfb22a9e07dedf61b211d7aa425b87fd1351 +size 85906 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-1.png index a48e9e78b..0dc4fe145 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39f4e0c7d6659d6e0e650cc858bba9979b95d053a5d5504201b4f529ce87a3f3 -size 89379 +oid sha256:c77f33f9959527e649d3a1b5d2d862137a23ccf92f5fa663c6559d19aae8d813 +size 89485 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login.png index 918d5223f..a81f7763b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.login.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbadc064d77df8bbfc98a358257bab41732f4d9d56497ee66f03f97601edd87b -size 82075 +oid sha256:625dc1829aa70663f561a323e9747342286e20b4278609350c5cbfb1e3b6494b +size 82757 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.onboarding.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.onboarding.png index 76eae490f..c10ba8492 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.onboarding.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.onboarding.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f22cbd98e3da7dac23c7c9cdbff890ca1c670438a7f7c72958b3582508317fc6 -size 1372994 +oid sha256:72a8371d7fc61e87c9656bdc82103efd96e81a23315402211a46bcd627b77e14 +size 1599497 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.reportContent-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.reportContent-1.png deleted file mode 100644 index adeb41a6c..000000000 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.reportContent-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63627788babeceb6940989acf8e07c7244d50b4ab84c97bc74b4e19b9ee6ce47 -size 120785 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 6ea34656d..f3f1a9915 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:ebb283b4d6ec4b1e30c7bc01c5739c2e8e9b953df11f3896e3da1cb37b58cfad -size 112688 +oid sha256:185f7126eff79219bb9cd832ba4acfba1775c96d26c8fe52099d431b76b5e430 +size 114420 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png index 4aac6cbca..1fe682505 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenDmDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f13ecb7efed5879470031cc91dab1d8f09a4f468204589383902a4be4cf912dc -size 134039 +oid sha256:829664b07f3eea5dd69b58bb264b11b9f4770e640d71a27951fcd25242d2777f +size 136151 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png index b7d55557f..baf615c9c 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithEmptyTopic.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9aee2d012e7519e63ff561684c8f12162c9fadceff533cb974e6fbdb42cb46a -size 137771 +oid sha256:d1e011a2f3b8072bbe30da83609f309ef1b3c910ea54cd2389bd96e9e65b95d3 +size 138268 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 2bb7c4311..b79543e45 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:03ac9acfa2dd004be4389c02b6760d35fcdff0bc75a3a3d67e820ab719a2d0f0 -size 120758 +oid sha256:916377b6b5bfaaff8bcd1a7b6bff1bded2e439aa5364b1184eec41bf39e49aa1 +size 123198 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png index 0529a563d..fdc82c2b0 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomDetailsScreenWithRoomAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d5446fdae425126ded77944453319630d024392c885ada9f1666aa770f5a707 -size 143708 +oid sha256:1a820dde15ddb4376bc22624b150a20fdda8395c942d57b75cb16e0e24e27a10 +size 149669 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png index d1899f2bb..83384fc32 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:592e556366f2e641b90b6fa7781e60d2e20ae49ff22941217c762ed1d985b4f0 -size 89084 +oid sha256:9b7cc76e76d37b4055a3153487ce349995a4c601d15efaa4b1e8c96cdd8b704b +size 90944 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png index e69b4c908..06347f32b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomEditDetailsReadOnly.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17829e2bba60490c2c7f407ea76ef165604f58688accd9e651605439e6152801 -size 79726 +oid sha256:1a85d3a70bc441b5f0e581c04c3556f0b5d7f3e5f72e5c48cc2f8a320bc9a067 +size 80902 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 00bb2695a..adf666185 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:b615229e904547753458fc94e01f947bbd899c1755fdb09fd22630289d7c44cc -size 358163 +oid sha256:2e45315742a5d2c826beedea79193207247da169ca83f3622d1ef6b184bebc19 +size 358608 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 7a8493855..d93fc2a72 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:4573d9bb883283213e39b63af4b8a0de72f03f25c2d78978c07578398e504247 -size 304267 +oid sha256:c1d01717d828b19efcc408d3b08ad969e69256bfaa4da29dc7f5591d60a9384c +size 304426 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 d2fea824e..4dc5cd4cd 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:52d49634bb1e72053e8bddb9159d0274e8f227166c57521ddf95b50978b79cfb -size 290487 +oid sha256:7b9de126385219c452a9635e94eacdbaba95eac1c5fefa76d3df5c5d82934655 +size 290962 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 8301b6aa3..177f9fe9f 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:7dcd9fa3f381b59e5c59b50a1c1365ee83d91f5997a97ba2ff3208dfae2cdbf7 -size 307514 +oid sha256:aeecca1bcb70eb3829685c907ef33d7968797fc2a96ba319b01e11749ca56d0a +size 307836 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 b1ed803fc..e20328b2b 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:9718639645f9d3d1c198a8c3322e7c52c23722d1020a8ee9d1009fc6312d965e -size 92445 +oid sha256:0a5f6d3ee648baa5e2abb2f14cac938a9d8f972c830d1426f2d4a3fb3f6cd965 +size 86273 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png index aa6c23f53..85699083e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMemberDetailsAccountOwner.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65b9fb1f561d907511a365a893840e638fdab7905a16a3a67e8136ea86a7ae6d -size 77514 +oid sha256:5c2bc3553ddb135bf03926e3740e2422e5f9b9bc639e470357a2b94dd34f4ef1 +size 73353 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 1350dbd2a..371cb9c76 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:f698182d7eb30b43799b99e49f59422c601387ac4ddc675feecb939ff32e099d -size 94597 +oid sha256:7f712d611fae7a30fc18710e0b8128a7861a77c0bfff19548677c5d131e7a022 +size 85801 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 daa96d647..19e03d077 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:6a6c9fdb03015d69f4e4ed307fe69ae26294c59a9ae595f3c9fc6096443a2d43 -size 82026 +oid sha256:98dc0e2843ca313a638060e2c37452b2cd53f96c6ce05e0d6fdebf218b87e447 +size 82436 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-1.png index 33854f966..877e56c82 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25646a7f5e3b815a5263b189a61e54a32a3ff6f1ae3be0e5c2220d0ee39e0231 -size 105655 +oid sha256:2ac78d703543bc42eaf5359f74be140187c4e310ea4ee375044584cd928b314d +size 66999 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-2.png index 6df7b0eb4..aced6c8da 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.roomMembersListScreenPendingInvites-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c946e54810512c84d6544b673fbba872bdf52f3706d6e6f1072bc080ac33548 -size 65506 +oid sha256:6c664d105dd9b363226e77aa6105006b68ded1361f9a5bb2a94e2fae87f9c635 +size 66241 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 457e7a48e..cf7857763 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:66f3d7176bb875300dd2449a64d412c34d8160b642801c3c0820a0278ade261d -size 87000 +oid sha256:34c4a5c036e8a3fb758913aa0984ea787a0524c0cc3048bdb1c84ab6f72da4b4 +size 86497 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 0b772e7ed..c0ad5e1a2 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:e49042047ee5baf3a72bc0d332fad93518d3428ef57057bea14a9bc280c4145b -size 357860 +oid sha256:232f466d0012e34b7afeea8f194315cccca5a7358f000f19b5c0477d5d3a1378 +size 358147 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 670d9af0d..de156351a 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:7e7ce53c466403cad3d6df196b1335bb08bc6e6fe80a35982457e7c5b9269450 -size 154958 +oid sha256:ed17383ab9850ab023af48abea35b221e8b4c7557a8b94561e1b551e93081c37 +size 155229 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 a32a2b2b8..b78c023e2 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:3360a287d9a4daeda773c49e3428f2ed78a6d507501b8515522d981c138271e2 -size 191019 +oid sha256:ac59182006115e62b3d6d12f1d6c2e5872a7088f29d69e7a8efc1c2e1e52b38e +size 191655 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 f032817b4..c66811b12 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:9e232f5e6b903286f74db11edee2a1a105ceb16e0c9415ad75161248387bfa44 -size 317318 +oid sha256:652607ded2b5a7b65973007fdb6465e62e2363045b63cf1a700f29e6b13c89ed +size 317561 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 b4228bba2..783b058d7 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:a64e6084d03b2b61b52528525f39042f95d1a01544d729af236ef81e9359540b -size 188024 +oid sha256:9fca3ce35494d32285b050494d57f43704cf99e1814a7f293ecfcceb9ceab34f +size 188292 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationLogin.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationLogin.png index 10ef04ac1..dc13059e6 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationLogin.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationLogin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76f15317e49106461e21507e1c5b289b75ed2e52dc44a4324c63734c898c020e -size 101287 +oid sha256:4aec613240d5033f25067ec367e1b9a85d063eeddedbd0c2d1b5052322052f83 +size 102178 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationRegister.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationRegister.png index 3337326a8..3252005f6 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationRegister.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverConfirmationRegister.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:459e8098049a4e709995a7340bcdfc5e470929d8030c07edcdc5731d920739f3 -size 107713 +oid sha256:8822d8eaf50d0fbd8002253ecff1eb0d383fafaae955a079fcc05ef0270699bb +size 109264 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-0.png index 464554dd0..c06081c93 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6d978fb8b86bd67fbc60a8f2f4115fed38657ab00f0afd9e5b77e13ff828768 -size 111414 +oid sha256:ccedc65bb1754aa3cb3479832d06e9910cc9313ef59a83c92dfa89f7b7cc9d19 +size 111841 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-1.png index fadc6e6eb..9f107a315 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86c8b92559ac35f5721b90b3f0ac51aee4ef1352a097deb1b75b1b27975d9273 -size 173377 +oid sha256:d132f0df2dbd7c5b3e63280120c0cc77a0b7cda5660074f283ecbe5986396a4c +size 174357 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-2.png index e3f10a636..3c7261307 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelection-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f07d107a1fb2d14e03ddca3f79ec7e11e3d5afe7a5442cd7b26bae1dc0426d8 -size 114313 +oid sha256:21401400c6b3e0fb576210a1fb95e8b7f111421807736cc38e736b399d448995 +size 117166 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelectionNonModal.png index 5595521c4..48a436840 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelectionNonModal.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.serverSelectionNonModal.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0ec40146986070a920837aafbe514f55a79661bfa442662b5a43592b11621fb -size 108302 +oid sha256:99377c258ee2eec55503f765dd4952a45e18180e44122d8c0c06aa62814ab7bf +size 108986 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-0.png index 86398904b..c62ec5efc 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-0.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f964fd039bf67d735cd7b874e8d07e77bddf0df6753028843955965243d6b19f -size 90676 +oid sha256:acee85ef6be73b8928ce4fc9658b23cc553a7bec23438839dee9339d2b185c0d +size 89739 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-1.png index f5d83e0e5..08a2d097b 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7745d9ffe4498cc50692b5d5ba48e46cf1af1c4ca40e4884e866fc0fa927bf7 -size 89509 +oid sha256:ec07af9b63c10b8448168371e5866aa0264b01d12ebd847538b21444ff796cb3 +size 91718 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-2.png index ae2b08572..00ac1403e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0178a24ca8f960f9143d9163b0b7562f49fc43eaf973e1b555ad303be070b870 -size 85749 +oid sha256:b69ba1635605e15bf1cf0e1e243f4d325538b082bd3faaeeb44a7e1b0d2b2791 +size 86442 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-3.png index 8e5460bb4..7a6f05d9e 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-3.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de89f64a203a03872435994a77b1e37ae20043e944b7ace6aa7a10f079ec4620 -size 58854 +oid sha256:cd91f23ee0282a36a9c3752b8029f3cd1feac341af1e8c462f07d1bea8e4f833 +size 59847 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-4.png index 0d99d0ebd..f5fe7222f 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-4.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bba553182b76ca2d8c8e87a422283f7c86d8d18e65fd3276743dc326200f6cff -size 202848 +oid sha256:622bbebec4deae5ca41b44fe1e4f6b83d57ec65cc8df69a03972401cd5a79703 +size 203263 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-5.png index d16d5c047..bb70711c2 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-5.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:967ab4f50a2b2817f203f37d79c69612d094425b261b9ba3d1798d7201bf36b5 -size 199428 +oid sha256:513070adbc7ef2b2f330fdda89b300e72fc5f38b4479a945de5bea8e43f19226 +size 200241 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-6.png index c70aa2b5f..d99768282 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-6.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7070da776cc34235f02e8e4785be573d73ff04b89e9f784e13636eca06fa0ab -size 88120 +oid sha256:bcf2dd9fc52b225ed6c8b75355867cf100099801073b84fd588774b5299e6c51 +size 88584 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-7.png index 317201f62..4c317d6a3 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-7.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.sessionVerification-7.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:788adf3d340a02d7619cf541a025c7705d201b956128d9550e98ad977bc0463e -size 89314 +oid sha256:e22c92a5b7719480fcf2fa48dd5c6d614e0cb9e5c795eb46a814cdec60bbd49f +size 88973 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.settings.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.settings.png index 30453e609..a63ed95d0 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.settings.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.settings.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f97664c149507202b697896945c19b415ee3bc1bd757df24d46fe225610415c -size 140553 +oid sha256:fcda94a55d0456e49c5f99c7ad04101ab89d1726f4d95e814e95f100002c3afa +size 140993 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.simpleRegular.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.simpleRegular.png index 1c90c1d1f..d73677747 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.simpleRegular.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.simpleRegular.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c8ea2a331256f8170454573f7c5cdd2198d7f9d5106872102cb1f578e71579e -size 94643 +oid sha256:4f9577ed8a31d061a32dac2cdf34269d671f322e4979c6d217dec6b9ec3e5eb6 +size 94364 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.simpleUpgrade.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.simpleUpgrade.png index e62299bb9..ab71dcfb5 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.simpleUpgrade.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.simpleUpgrade.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6255d6b5e899ff82c963864a459f5d63e8b0c1be6f157e7f4da14e0e2746221d -size 87524 +oid sha256:a64a7abea5bf7ac3a9e53d5101f59d496c5870304d782b109268565eb7ff8d1b +size 87262 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png index 85619fef4..06260f029 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.softLogout.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5dae2d958457d2c23a65788245d0dd5fda0f808e9c2dab692ae4ebaa802b3c1b -size 155060 +oid sha256:a63ff8827f572aea21bcaccd4983abdf2e739c3d20dc7ad3324491e3422776db +size 156924 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-1.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-1.png index 1f25a5518..4064bf126 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-1.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f10b8116c8cb3b3a10f40801d20ce13e82601d4797d52cf24b6c823a8048286d -size 91095 +oid sha256:c7b25fca658e3cb01fa2a3ce71fd11c7223f5cd6edb1c6497661210b0571fed4 +size 86222 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-2.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-2.png index 249f6f648..77c75abee 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-2.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8815bab7cae82e1a4e909e77a0a3d238fefd805d23c95f4382b881a29098ac39 -size 113070 +oid sha256:45c761eab95b053f46ff67de90809829504df808a8902ff0c49c6dcf1e5f13c8 +size 111470 diff --git a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png index 3f50f1bfd..21c5f9b36 100644 --- a/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png +++ b/UITests/Sources/__Snapshots__/Application/en-GB-iPhone-14.startChat.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd2edd16664559d36dad411cb91f3e8e0c900bee0cec0a705d38f1ed56c21e10 -size 131842 +oid sha256:fa2a566423073cfd8910c86ca5f11311a46d27bc5db23ec856e728e0ed478d51 +size 129533 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 2fb7ee92b..641f8aa17 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:76253829088ca59adb6f3674e0c16544d62c992a6ab097e67d727f6e33952e86 -size 125753 +oid sha256:7721b60807f3d0e191c5e301fffde0c47fb87fc5ecdf24128f80376172364b31 +size 129688 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 2f2bb1a9a..390735f46 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:75859dac03aa96c79c16035d5c9be8d6bb015b20c7df74d267b6afc9816270c3 -size 302786 +oid sha256:c7cf8ed72296a7a6262a95320ff8df63033018bf6b71c2a6f591289133ab02e9 +size 302977 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 c99f20767..9463884d7 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:3b6f9d91079421562b1e8c768277767c701fa3e156326212685e1a6e6a34d4cb -size 289988 +oid sha256:6793cf2e9f44e7b1733ac6206e0e9419541c6881d2c7099cfd2f4cf2a974d3f5 +size 283086 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsPrompt.png index 744473ce2..a4383b0ac 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsPrompt.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsPrompt.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44ca26e003453bd27c4d268c210c37c3b6f2c1288021f0a22354fbd18cd3aa7c -size 151387 +oid sha256:293b045efef7a739c7ebaa2825c88c006114b3d95bace7f9a9ff677ee79890ee +size 139906 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsSettingsScreen.png index ec3c07f6e..aa88784b7 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsSettingsScreen.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.analyticsSettingsScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:294c5e6ac8ba878099d63ea282c65f2fc5e9de3c746414b452ce19cb6ff16e49 -size 93352 +oid sha256:597805023ec0194a04c4f7bea7780f80db38fa6805727a807710139c67bf68a9 +size 84672 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationFlow.png index 8f88eb1d4..66315e74b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationFlow.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.authenticationFlow.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64a2a32c9b523499e92fbbfebcddec89ae26b0569dda6e345f914597a89f86b5 -size 82328 +oid sha256:d06f91df85c7ac7d17340560723f854d188a98a45d8c69b9b07f8d1c9a0f762b +size 81998 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-0.png index 9429b2381..8199d8d28 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2493b0e031c844a551a19f98eaf6d5b23866c5d7c679f97bff7d25c2e3fa5c74 -size 143204 +oid sha256:3c359a0f5e28822ea64dd80a718ca06799c6b451539674847130bcec0545b658 +size 143626 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-2.png index b7b5b6e3e..19acabbc9 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a92047c1b15c468530e5a4f30c063d7fd6dbb1e5f6d068799a7f639776fef68c -size 209550 +oid sha256:6d5e1b41db81c83aa2549426140573efefa5471e3e9250ba582cf89428ebe193 +size 211017 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-3.png index d51d57cbb..dae11cccf 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-3.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReport-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7fe97f26f0e7e490287b473fe27f4c94360a2c23e785cc8e862d0b9aae9fe5b2 -size 212911 +oid sha256:3ec80e07b3bf977a08f998db1b6895af965d03e948c84b60f3178e4ae8b4d4e7 +size 216806 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReportWithScreenshot.png index cf54fe1e5..407bcb747 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReportWithScreenshot.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.bugReportWithScreenshot.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44cf8660875087189b1ed01593b12d7db91e879f8070e310da48a7ace083c86d -size 148921 +oid sha256:3d61eb382483dde6bea1dbbcf679f19530fb1d39960d200210e60cf1a056d1b0 +size 154299 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-1.png index 502d5f9f7..9227f1c1d 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fad59c0ede5e2149e11acca6b0aa8b2520663625305e2c36d36be3ece5603f14 -size 155345 +oid sha256:91699855e1f46a4ba68b259836e23ed70fc41b86c39f78721f2966c998ab7a59 +size 158346 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png index 88281fdcd..407654d95 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoom.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb8945c748b19041383905c2b7d95635e5c4a5f17fc76c5e914d1fb0ad3c5f16 -size 158543 +oid sha256:9e5b25d4361c55d6319e568fb42d22f25c3664bc69d78583e2b4dbec17473fd4 +size 161923 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png index 3cd08a752..5c405ffd2 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.createRoomNoUsers.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:884862e412e1092149c570be27622dc162d74a0cb81d05481bb2467ed158f908 -size 136386 +oid sha256:dac118af6b481d433e9ac80616320bbd73f61eafdb450f42aeb800d4ba62b84e +size 139786 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png index 5155da09c..8ad3b70cc 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.home.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf4dda5819061657485f52bf913a3c44eb8453d58c469070e35302f72358a447 -size 88193 +oid sha256:b4bc1557f9461b5bc7eb57c8f1b318ae3e69463d849c2b106691be45244435d4 +size 88540 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers-1.png index 33106d407..09f9b9f90 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd65d281319ced39cb030be3d30a696563199a64c409fa5408f2bb63e17c88a4 -size 112846 +oid sha256:2ba50fad356e76a3dd287f9bceb9b390bf45c62a3b3116f31bdcb55dd0f73963 +size 110456 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers.png index bb0ab7f2c..aa94e025f 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsers.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e70e0b6f6479e63e617901129e6ece9b44e3cefe2749c4dc45118dfa3e09cdda -size 103953 +oid sha256:9f18aa4cbd7c7cbe4cbb691a8d3847eed7d6cc497d5ebebfb7b462452d77ddbc +size 100873 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoom-1.png index 5b997dd50..96eba9110 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a36ca04a3fd8f6986b681cfb1225b8a5718f07993f243e8d5dca2ca2dc932b56 -size 113042 +oid sha256:c50ec3bc473dadf20a57f013fc057acf6e256b4c7cdac47bd466c35237c4d364 +size 112444 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoomExistingMembers-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoomExistingMembers-1.png index 863f2f288..aca349133 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoomExistingMembers-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.inviteUsersInRoomExistingMembers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfc1198cac4e564e4e16893ef63d40f69821509b999ea1a056bcce828c63d5e3 -size 105787 +oid sha256:3d4a916f5506d9b23f25e54ab23bc7cef083b525cd471ca432c09cd3ce615819 +size 105057 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png index 167a37a42..dfbf1330e 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d542cd3da60962a5448e535588017cad7d32165a2cae24582f6fb8d2774ad7f -size 236437 +oid sha256:39faa4fa419a44ac9711c1a7bbb036db743a8b1e123d1aa434066ae1ee3052d5 +size 237909 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png index 40fb30a8a..af04ce6ce 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36902da1fec889dfd9f25d478700a369c53a7887463cecdcf6b4fb59df983003 -size 107261 +oid sha256:68df245adfb442d8dd5194b5f1d948e77b14002e24cc5151a8bc4d7f63f81846 +size 108633 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesNoInvites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesNoInvites.png index ac51657ce..937d87fe1 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesNoInvites.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesNoInvites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:949b61999f872d1b84ebf6f11e8988ec5d034c9e915f719daac76753363f6ad7 -size 60966 +oid sha256:b7654e66f231c93f8bdc310239bd5fc06901ee1d4af9a90d6dfa5701652f27f2 +size 61071 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png index 5646302f8..9cb86faf8 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.invitesWithBadges.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0eb1c140b180a447c7dd05e39b6f1b79996a11f9e639813c582a22defd8d750 -size 107639 +oid sha256:6b4bf3fb11e5d6b35aa18361172d2c7919a6dd8a4733e34f667850f10129d6e5 +size 109000 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-0.png index 227926acf..e87d927ff 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e61208f06ef5ee719317d35505fd98b5c81ee3e1bf59d5086154d3900647fe07 -size 83082 +oid sha256:503f5a9819f6e87db12913914ff1d3512f9c4108e7585df87511b9289670d5c2 +size 82652 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-1.png index 14778b22b..9f327228f 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d5c56d3c46647226a54b38ac1b0cfa86bf52deb559cb634a0005c74f6b33424 -size 97924 +oid sha256:b7c43b1b505f73f6434c41e3b6f842f9ada022fe78c00bba85692d89e4c494f1 +size 98156 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login.png index db4fc5045..ba4daa38d 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.login.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0a9e9a97c725e42877c616482014e69cf0dbc324dc98d92bacee9fb8f6e954c -size 80823 +oid sha256:f9ed2e78c40d027bcda6a27ac5b69bc39f32115bf62056fc3d3afe21fa3cfefa +size 80875 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.onboarding.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.onboarding.png index f4e942c2e..5ed35cdb4 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.onboarding.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.onboarding.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a50b74aa7e4e58f4ab48cc8ac44efedd278434e067449c9b129858e408a320d -size 861361 +oid sha256:7e744c0c7211b9f7abd0de426d9f9434b34612ab7d4671b0dc2372fae7d149c0 +size 2357593 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.reportContent-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.reportContent-1.png deleted file mode 100644 index 3f5b5df37..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.reportContent-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:324756300a6ca0abca19892b5ff4fea9bcd1718fb9375ed87de8e9e981a06908 -size 118557 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreen.png index 374b810b8..47be10f60 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreen.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b92f9049ce37ca4ce10886b2ce4a81716c392fca7cfcd63df9669b3f94c2a7af -size 104736 +oid sha256:549644bff6fcada9a12199a92c111c74e18e0ff0ac6eb85d4700403103e27241 +size 105359 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png index 611e35e0c..2dc42390b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenDmDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27c43edc3f2ee71699ea7159d845c9d78b5e1eac23bf9a999c9a81f2942e620d -size 120590 +oid sha256:66e014c94785dd5129c4896890f6787ac06600becf5030e4fd829a5b154fab63 +size 120575 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png index 3191074e7..2d4bf75cc 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithEmptyTopic.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f3f0e62b3f40ee32e2c0547d3bffefd66064caa2377b78e0dc28e92cf329229 -size 124694 +oid sha256:da3e0d71f240a71947ea66d9033b7b1d9245eee7d352f7687c2992d7ae668b49 +size 124736 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithInvite.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithInvite.png index c848cc3f7..213a6847a 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithInvite.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithInvite.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9e75b96549882fdc8e154c6782d855e9c761439db9647e4a60f3db3475b7d89 -size 111269 +oid sha256:2ef23872b8799a221776f2eaecdee660666a0feda377f98071f9830420c24d51 +size 111545 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png index 3ec01d003..aa2d5828d 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomDetailsScreenWithRoomAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db16ea2b9d9be2e6da949a7a96bbecd15a861498c6cea8463a45356edbd691bd -size 126070 +oid sha256:a3be342a42c214c7854e236d15d0d58f66c23fd78dfce4852b07ae809df37a98 +size 129000 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png index 09f6923cf..bbba161ad 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46415f67c771fd4427df70d597c91949acfe8febd255e6913dc9ae6565240944 -size 81364 +oid sha256:9a89be8c8f12f3adf095b56b79961990b7f47a0a6d34c2731fac8934bc21ff7d +size 80805 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png index 7696812a1..97b1441ea 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomEditDetailsReadOnly.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b779f2fee144be2ffde89974a6eab6d0dec18c972e21f9453c00a581dec395fd -size 78284 +oid sha256:c0f78e30a5abce712da516ad6a825c9562f0fa3c37903dc1d9c0e8be74099616 +size 77822 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 48cb9ebaf..3a82d2a93 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:60065305a7afee817f9d7b6ab39387724f4e8e1cdd85001dfc598d54c1d42a59 -size 233924 +oid sha256:82a6960f97406ebe882b994a0e6928c94b43ba4f41574ea72a28250bd17ebbaf +size 234631 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 b324d648f..f13c4a487 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:ca8aa7cb5407c2355573e41a7fb0f49276e0ac6741539ff0555578ede7c82d7a -size 296876 +oid sha256:5441d8f669416e77e811b440f45e1acd816ca9dcb79d05ee7ebdc035c8e48395 +size 296857 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 934638387..e7ab95ad4 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:3058f68584034d80cb942a25c2836c987475295001ef1a73870f51f6c987a3a7 -size 300025 +oid sha256:d38191b8a3f5e676e6e395ceb51a3680ad731622b4eccac983b749a1ccbd77f4 +size 302455 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-0.png deleted file mode 100644 index 535a245fe..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b2fcaf0c0aaa352d7c6d971d5812f0bc8fdf3544d5c2cff6de149cbc3816431 -size 299260 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-1.png deleted file mode 100644 index ef381793b..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomLayoutMiddle-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:becf737ed32e12b28081a05219d9aaee030656a9ffa9206a14be3113a4a17a0d -size 304188 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 bb745efe2..525572a6e 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:1342015edc2fb095a5f76731aa39e52f3d83190cef6f2b65c082c04457e139c7 -size 300576 +oid sha256:04ec97b0f7478320aca0b7811b7e9e293e6078f0bd33e2d2c03fc9c765c92d0a +size 300767 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetails.png index a029d33dc..e355ae877 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetails.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea308123d1c33167185820e7a3cf3930bcfa0561767919810151cfce7a32836a -size 81855 +oid sha256:9061e558997c894f906936e942485c203cea031d9f90cc7bfb17c436240d84dc +size 76916 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png index 977067903..d41b42de3 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsAccountOwner.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e111cf5ef8318ed73d8694721b1455e3fca512531702272ee893d5829c5c668e -size 74747 +oid sha256:05bfe30feaa057f085a15c6abe32531a2ecebe573106c5d1bb636eefed19eb3f +size 70790 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsIgnoredUser.png index 4d2f6c25f..9f9d24b60 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsIgnoredUser.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMemberDetailsIgnoredUser.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95e624f75df520d4957870a5fec649d936c1df7a736cbc5bb254ecd290aa0a3c -size 83139 +oid sha256:5a7da3250a3e9e5a3bb7ba1fc333ae44a752cd27052cd6bfa5b31d1baf87858d +size 77829 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreen.png index 3ef52c256..0735f844a 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreen.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1ba0077281f0c50d3c56d01c6a745893c6c0d633dff40e04e348c41635bede9 -size 79529 +oid sha256:0e32157408aae2a18cc570b40da05ff9a512eb5aee3eaa67aa3df2152c4781aa +size 79574 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png index 441dea8d0..8f37baee4 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba09fe94962b60922feddecdf6d4e073c723eb8fc936451d7de6c0bb0d981dd8 -size 66869 +oid sha256:ab88ce487c480683cd1e8002d4ecd49ddc9293d438857828b87a3bfdd0c6708b +size 66893 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png index 7fbc57afa..cafa46491 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e68b8b0a014a815237234312168ce643a823c94fd15abbd4945a4a2cb82a0b49 -size 68031 +oid sha256:b082fefdbe4efca141cc29a3e4a6bd455cfe8c189f51fb6f5b26fb06b7181423 +size 67953 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites.png index f5234616f..8515699ee 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.roomMembersListScreenPendingInvites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2350ae4124d84ca20e2c67ecfa3fcf0d76ab3afbf5b40ffc21741f5cf5ab2e8e -size 82253 +oid sha256:e09d3089bc986eacf89659e47746f35db5f20846fe86a82206b89a3aca0d8bbd +size 82203 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 5039b7207..4f455457f 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:f3e2456cab029084b83a793ce8acedbece1fd326e2a4a00ef042f7c0462735fc -size 233828 +oid sha256:c23e94575654e7afca66a766fa649c36787f7968742fb4edde9277800f42bc36 +size 234388 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 01c01fcf1..eb0a6ad02 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:b4168d97064af4b151da99affb97391ff648891a81c8f7704dc589e0b266f1a5 -size 100248 +oid sha256:8285e4407114a13336c20262ad9a9b98eca161106e5fef92c41300d4e65e65a0 +size 100360 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 e28f733bf..84547ed63 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:e4446cf388de4a649573a7584e8f26e688143a87da5bd8129fb910c9b8ca99dc -size 122668 +oid sha256:8d90ffa1c5c5074be391955c21f5e7923b294cc482d8f3ac5a6e668ef5abfa06 +size 122732 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 db2b670a6..aef8e2488 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:9a463e05192f5bfff1bfdbaab59a9cf6a82942b252fd6f870124fb2e4a60bfef -size 295532 +oid sha256:7f795b59c99c735365acd6e98f1495d4e56d877b84922cf155b0a3b735622f7a +size 295749 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 cc3df45ec..4b9e94286 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:bace67ffd6d2f7df36127fb6499ce7f9af2182d49acb89ab475bc9269e7b7447 -size 124167 +oid sha256:300b69509536a81d2cac8b5b385849ad6d1686f577685c7214505299b993f01f +size 124199 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationLogin.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationLogin.png index ac59e31e1..fccdd837b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationLogin.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationLogin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cdd37dd7b5147e72204766eaa5a3235eabe8f05e970037279cb9bd4659e742f -size 101751 +oid sha256:bcb0e8bed180c2e17c12cb298b4a2b8eb92e46963afa470e8a50f8a36a75f29a +size 102230 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationRegister.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationRegister.png index 5438d7427..b95b92d23 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationRegister.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverConfirmationRegister.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1985965098bbddaf603b8725e8ea1f406ff4403573a86a38680c0f3ec430c1a3 -size 113776 +oid sha256:d7922f7e445f68a3a00a698d539f16c908919f9ef418d115f59d3e9678f3e86e +size 115342 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-0.png index 459b65d72..c859320ac 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81c1a58f856e230efb85434b7c2ca2b78e36eff9b4aa31029eb075c137ac10c7 -size 115390 +oid sha256:3c6bbb3755faa99d8cea650bfbd6f139014a37e60435c932d8729f1370b30289 +size 116016 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-1.png index 10b297880..b7e613c95 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61adfdee4d157b813b6f56f7bb375d8d78e4dd05857b57ffaec0670a0bcd134a -size 188124 +oid sha256:a4092c1b98a655f302673b82e3b7b6e5d8096e66d19843a3892a2f05b7823694 +size 188759 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-2.png index 0124c20e1..bc7ebdedc 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelection-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a4450f8960b16dfda70317c79c8374c86b7e5a34602e52058b929bd87011588 -size 118711 +oid sha256:10020d3dc37e0a32ed81b15ceb64ed2b582edb39c54a2f80a41a249828b6a9f5 +size 121110 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelectionNonModal.png index f8445dc9d..862160034 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelectionNonModal.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.serverSelectionNonModal.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75a7c6ca93ac109cc601783b027e255f318f442ecc8045fa69bf4fb4f184452f -size 112062 +oid sha256:45eaef9be7ff9f1aa0ba3d0b036bebd0576717ab1accb1b84bc845dc558b5ce2 +size 113119 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-0.png index 673efb515..5730ed0aa 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15cec8f3f745854fb19fb2ca5d2d4c2743c3e7fa8048d5fbb77f37ecb8283428 -size 88586 +oid sha256:1c96a3638881d2e57bc16aa25ffba69fd26a4bb4dd53ad83e4dde7c171419331 +size 89130 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-1.png index c8288a1f0..5e4f5c617 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42d318deec09159d6aa988f5144e36282b1f5e6c3dbd99e3597e1cae99285efc -size 91704 +oid sha256:6f5e23175882d88ae3090128af4a21f3a9d7104da11de5046107401d94f894db +size 92448 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-2.png index 0585772de..18b1dc708 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a313a0adad5ebafba572b51ea9c8c95ba99e221b1109b09b4613ba5c4dc459ec -size 86278 +oid sha256:145cf4e787c5f6bfd418b4eb3096e9bc8b1534fea2d8e068f653af8043a1bff1 +size 87001 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-3.png index 2c1546b55..8c182391e 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-3.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1c638fb9f4cfaed502e6e605b40de7193746b7c5a178f6a94e9c4bae201d872 -size 61216 +oid sha256:117e02f17c60d6e486460d8f6579a77deec6549e8b35619e3803c32e335b553b +size 61293 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-4.png index 355f72799..05dc97953 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-4.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5146812d73b0f5f37c98e93546b5d7477265cb8896d686724522081edb2aa859 -size 154396 +oid sha256:6e85c2e0322a0c24abb1e5c7fe2c9b7993dde2184f6629f07a079c9cb09b9849 +size 154897 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-5.png index 5824bc127..09ca0877d 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-5.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a68bb65fa5b6d25b6e1349d945987185839a72cbffff9b76456d9851ceefbdc -size 151734 +oid sha256:7b6265ccf76061ea35c8a430ceef4a8d20ed8532ee7d35aa63b4c7a9cf85fd84 +size 152009 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-6.png index 1f0716c10..9069a8e1b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-6.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22e7fcc78f4c78e95b76169e502dcf78fcee3c614e771448d83134fbfdadc08d -size 91909 +oid sha256:6702c8dbc7bf96d61bd33e4645d77d7869702325f6473ce98bfefa206f9caf20 +size 92435 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-7.png index b4977816f..efef55bb9 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-7.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.sessionVerification-7.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85e2fc86c81c01bd81b2457a678a2742eefaed5bd4e51fa8c85409defa5b443f -size 90799 +oid sha256:1a284661ef4fa91c867570d943853ae43db45d6f8b6af9207c88ac046dc9de78 +size 91474 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.settings.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.settings.png index 0ad703dab..b20dfca75 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.settings.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.settings.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69d8d6fd142913e9b871f0327a40cd29351ea20344f546423f179982da14020e -size 120339 +oid sha256:c01d4c5c2002e68ccb49924348380372e301ed178676df164b62f55248872bab +size 120615 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleRegular.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleRegular.png index d3a3a0795..6349040d0 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleRegular.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleRegular.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:859777db202b22513094593a9af6883dde5c4b58d66bea427520b06c8f93c0cb -size 86401 +oid sha256:a3b1b5a3cd47c4dc67182c50681c4415a56996027002fcc7456c2f1be9b8c0a2 +size 86357 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleUpgrade.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleUpgrade.png index 0787b8257..1710560b9 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleUpgrade.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.simpleUpgrade.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b94fb1baf59df2f8b2519f7323700f2384eba7a7a6b5e954324421ba26478038 -size 81027 +oid sha256:538c1934c9d2fa998b22fad1101959d060a272088d39529f664d30c014a7e81f +size 80783 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.softLogout.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.softLogout.png index 1eeb7b06b..a907b1cbb 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.softLogout.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.softLogout.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a193e2bae6b39361d9009f6ac6717593ac424c8579318aa98606710787674536 -size 160281 +oid sha256:4d53c45e6a0b2b6816d6aedeece83b029405a6f19e6c884530df22b63def8d63 +size 163383 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-1.png index 97a76349d..54cf8f1a5 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7c664b920004d7aab3c699e22db994fc22d711ab651569745a4cf95bb2626dc -size 79869 +oid sha256:b314b98203549197aee1247714b4b88a32ba82894e37e9805e8ed3fd7bb8cb05 +size 63515 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-2.png index b6b4ec533..b3d03a6e8 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c71f306d56b74a008048a7181ed105db4c055756b023064e887606c8739beee1 -size 92172 +oid sha256:fddfb778d50f90c30d3e3a14f9d3ff12aa911fb0a05a0dc265d2f1f9649804fa +size 77888 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat.png index 8c4cabb7c..88bfffee0 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPad-9th-generation.startChat.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad71830118395e8553974306ab68cb3cc31951193a0cd209e22f3930b81007e8 -size 113453 +oid sha256:41bd5a57617b9374a1cce5f84a850577dd146b4c737c3c9d6b3f1a01fb680aea +size 114136 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 a9f064b82..9b4292442 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:3f22e3e9a24c07c057ecb0641905e5cfbcc807949c6ccf2db9c6712bb05bceb4 -size 332511 +oid sha256:339b51e93f9f64882f4021b8c42cc45f270258801ea4c439f99a7614adb5d592 +size 334013 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 54dd30feb..4d4021231 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:fa593d4272ac8a3eca69c9fafb5231b33d74da8a9770e6a954406bd3f0f940d2 -size 391458 +oid sha256:9741b8b21645fab04596e5ac8d282f7e3a22810b0ed5327deea5dbcaa86b8189 +size 393932 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsPrompt.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsPrompt.png index 900973ce2..ae689308e 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsPrompt.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsPrompt.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f012724bb210f9041d8b69740a832ea9c9e8faf060a2d7ccd2172d5e21841299 -size 195519 +oid sha256:b444ed8ebca6e616f4114ecfbec4b6a7b1c8a8814d6b220b3dfd47950b1dcd5d +size 172701 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsSettingsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsSettingsScreen.png index 9abcd456e..5f9cccde3 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsSettingsScreen.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.analyticsSettingsScreen.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4904c2275060e2c004f131a2ae8f77318bab86f9dd29427684813ef236d794e -size 115503 +oid sha256:def1631240e362848ca59d164731b5d485958fb6036ec050ef0b5fc55a9b6c54 +size 108217 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationFlow.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationFlow.png index 9fc1929f0..3d5142fa3 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationFlow.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.authenticationFlow.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17b4a3f72724ab291fdb14b532c108d74e19d9f101fb4e99bab445f4586fa1ce -size 95224 +oid sha256:d317073cc075c4a0f1dc7382b1b27c5be059f8047abe35c36fa3ef2e8dae5acf +size 95515 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-0.png index e543416bd..ea01709df 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fee2bf7d0205b023835d57e7bbd5f9ec8ff982fb70324c2abe7f371590b4d89d -size 207215 +oid sha256:8038a46bacdb1c8972b7ee4fd5ad79bd75956fb05de8a71dfa4f3d21eae34929 +size 208316 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-2.png index 060a70f37..b7c15c7e6 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b96ac11e885e942986d46c0a9bf24a7cfa5bec1f859d39e2706f649fe4e29298 -size 217901 +oid sha256:d85af8eacafb08815cc7c91200ab2f80d5457a026a457ba146b4d40caa800d2e +size 207628 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-3.png index 1a32c4e5d..562961bf0 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-3.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReport-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65e42ee56b481183c65ce6c7b7b1df0da5dd3aaa619c7bd517ebd18be97b70ff -size 224992 +oid sha256:b8e9053df81f30546ce96143d59c464a06407ac168c6b5c4068d6e9d28bdcebe +size 214578 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReportWithScreenshot.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReportWithScreenshot.png index 156a58f0b..560b6c468 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReportWithScreenshot.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.bugReportWithScreenshot.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad173a71afac03cf019e2e2b6165377adce44857aa7675c19beebbb45d3984e4 -size 207844 +oid sha256:0e2f3ca964efbb02bb172d1858356a1f956e1b6d1da9ba71822a0a58db55b8e5 +size 214433 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png index dd0ffddf5..a6f2f4c7b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd74a679802a11fcc2b43138acdb49aede21aaf56f852acaff5032e718e92aec -size 219285 +oid sha256:eaa2b9dbc81c8bdeaca0ad194c4a4441cf07287d004bda13eb2aee61402bc0ba +size 224561 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png index 790d9126c..04e8d52a5 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoom.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3e7c958e56948c7e69c1b5d7f1fbf4ad6c970494e717ea8e67846f383cc2b0c -size 225672 +oid sha256:b4b088eb86ba809c92c2c1ee788d9b4c74a8b5814096f14ff0a39b323a08a85c +size 231764 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png index 0a48e13ae..a75d298d1 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.createRoomNoUsers.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3261ec264fccba89811841b001e912520ffe86eca1517e4a62bdad97f371ea70 -size 196194 +oid sha256:d3fc7241e4969976126b1f74f52f0ff071986ff456b21ee96f4e443ef064c5eb +size 204051 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png index 5f1beb5a2..4b95e0b2e 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.home.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e568a5a96c35e9d2616f441f3bab5040781d1fea6519b0e7e77f4b78efdf760 -size 222883 +oid sha256:047ce61cfe3107ab96ab4601ded7e4aaec41a6a8ff51f08efb701d4d2b2a0184 +size 210034 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers-1.png index aa2c9142f..5a90529da 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d59d603e4b5ebf5f595473f0fd4141935bc05d440d4bdc83ab59abf9f330ef9 -size 137894 +oid sha256:3ebdd97e968214730f3c577ec405e8d787682deb95b2869027968ad0e74774b2 +size 136964 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers.png index 17be80882..76fce7e82 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsers.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cf8afe28c88f19e2eeeacabcdda97dce7508aa4ca86cf1c97cbffaadbafb06c -size 120558 +oid sha256:eb86669bc7ca25b5b1f2672aa420cc2c1113930d000d53182b9354f6300de2dc +size 119740 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoom-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoom-1.png index 9615933b3..28221a4e6 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoom-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoom-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41361e31931f7b2148193157c3b215e255d37a52829d86b71a81d4bef8bc853e -size 137234 +oid sha256:a7c03c4ebcf378e2eee6666f6fcc3d5e6607f54a229ad6a3a80edb4674706dea +size 136987 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoomExistingMembers-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoomExistingMembers-1.png index cd2705a4f..7d62d8f66 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoomExistingMembers-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.inviteUsersInRoomExistingMembers-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ff0c839e01431065ce8b6d360d1eb6eaf0bed9711cc65f37dcbee9354d8faf6 -size 118430 +oid sha256:31c8c9754992c3ccbd9945c8a6b5efb54234818e0d3c33816538da01045ff716 +size 121290 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png index e94e81613..d107ca38d 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:faec25c167db1f2e972af19945822ad6700b0d049bad575e996c1ff19e87a21c -size 527282 +oid sha256:7498ebd2a1bf623c15ca5329ca88885040ef3f04b0117fd8c419f2c9833cfecb +size 564358 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png index 1d1581ce3..d3764c0ce 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4cd0a9237375a40dfb0103869c8c3613e4641f69bbdb66541c180614af4dd9f6 -size 147939 +oid sha256:d8e837107dfb2dac35851124c1dcd9f59851a61ace2beff47547f00fd3d8df27 +size 152505 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesNoInvites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesNoInvites.png index a5577ccd9..fcb2d3832 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesNoInvites.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesNoInvites.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:356aa560b74edad92cc3437da4f3557fbda4fb697a0a025e23c095589c13ece9 -size 60635 +oid sha256:8724b7d167a6af108508159adf5120e2c72204969e804c53d225caffb1842edb +size 59457 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png index fc11d2b20..b77815c4d 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.invitesWithBadges.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a505964d2db2ca2aa32e6ffc4534fdd46150bd857fd25986863fe3ee9f6f72d -size 148426 +oid sha256:47761baecf230238d90b969b51e483ee5ef7e6558babbecd7708b2ea145db4b4 +size 152998 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-0.png index c3b1ea21f..cecc5a02e 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13222b1627ac1ae250255b13eaafce2d4e8ff417f71e01466c122159232d1b53 -size 96170 +oid sha256:6f143622d458055514d2fdf15dc353dc52a79b9bd679c136ef3b6e6f48e9213d +size 96473 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-1.png index 65e6ab1c6..9ba0dd8f9 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:495068fcb3484f9b1329df608d84c217a019d12b812ebf8676f1987cada089db -size 122325 +oid sha256:611b1359019a6874928d4da1bdd85fd3d6535178786a708d124e5e5759890618 +size 123247 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login.png index 5f5aac50b..055b2be68 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.login.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d42363d02e2878306b1b0a52a01c4491ad746f1823b0067cb1801ff164d9ff1 -size 92285 +oid sha256:b600442c93117aca5f66012b804a6264a2057cb6fc5fe5bce951842b15203378 +size 94615 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.onboarding.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.onboarding.png index c68ad197d..6f9c9a9dc 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.onboarding.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.onboarding.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fc8b8c2190919e1919645a3adc422575381230e9539fb3ab8c63379a5716410 -size 1384219 +oid sha256:4145141a0610f06b13135b98e141a70b9f246c315e0e59119224571bbbd17e42 +size 1615544 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent-0.png index a36bcac9b..4d3672204 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4781fa334f9c08adf7ba7e3b0885e9b04a7f28c7e1e407553a74171570775a41 -size 162791 +oid sha256:dce8f850e6d71496a9f4cc6e6c06b1892753b3f9ef871c6e1498f1aad4fcfbcb +size 161785 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent-1.png deleted file mode 100644 index 77848b368..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.reportContent-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4120dca6e5eb55094f9e301bb3fa6e538b6f9a1226f29a2ab4832886661b429 -size 163825 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreen.png index 576c79acb..212c3e3a2 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:13abe117809fd725937f78aeb7ccd706cd548e3f4887606c7e1b76872f3a98cd -size 142700 +oid sha256:6a4718f3357838486a4966e557689d748fe44ce52d65b708122060a6cf5a95ac +size 143736 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png index 6a52732e1..0a320b38a 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenDmDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e706f3a8eb417b4d0fca086d612e5d2dcf362ae8ab49c299ea746d7047fdab9 -size 162199 +oid sha256:aa57a8ac923e4a691817f3674cacc0bcaeef558a401f08cc9ec35b4d44c07ead +size 166404 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png index 041673d60..1fffef4ee 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithEmptyTopic.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5b8f42166bfee1c2f1a82db462465e03ac95ea35703d4328c7b5dfd4e071ad9 -size 170859 +oid sha256:0b060e494021bcdde566ca82bfb0a3328a3b3d76969226013f6dc29b31b9a690 +size 164441 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithInvite.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithInvite.png index 5aad8cc16..b9eb4bd30 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:4e95327be10fc4925a6d43045d91cda86a1898fa745a4117573cfc4add17ebc3 -size 150407 +oid sha256:46c7a5c6bd9fa385f4650eaed97be36f5f573675d1098eb2243e5b1df8b4334e +size 154292 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png index ecc9407f9..4fa4e31bf 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomDetailsScreenWithRoomAvatar.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08a7d1ff7eaef9577afad4e51032d853ff2ec6f316d77fb710a7e4e10a269554 -size 173343 +oid sha256:1b00e525bd9327c9032f24aab33fe35739b05515df98bef14157ac082f1b4abc +size 184650 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png index 93814172c..14d6ce4d2 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetails.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5af45df522a03e9d181e645ff1c02fc2de8a5c85e4adc630a627e737e1a73b81 -size 92003 +oid sha256:02f5f5778e0615686f5800ef97b1aca1b87607fe111f386a44fca8a59591f843 +size 91970 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png index 27f261a61..95ff9e392 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEditDetailsReadOnly.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf607207533190eec6d025525d94af8c9531132c1459eb8b5ca98e899ea22108 -size 84390 +oid sha256:e2bf9e0da7a28c66f850582ced80f5b1ad63b9b2e678f416ade400715c02e0d3 +size 85923 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomEncryptedWithAvatar.png index 7dd1af9d6..831292917 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:9c4a806fcb7735fe14c3dd33ad30e3968a7462d018141811541fd6816d081c16 -size 358742 +oid sha256:c59163298eb89e997ce4cef9d7886d2508c175244f53b6ac3aeaa7d37324796b +size 331813 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 b61fc94c3..81244b077 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:19e0387828f00c05052469d35378a34d9ea46bf53fdc15f4388c32e39fb03491 -size 304859 +oid sha256:de79dacb92ca148245c0046b627bfaf840bcd596edf11ce06e70377e500981aa +size 301232 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 a6e4e965b..eed7c1f44 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:a71be60c3f5d1cb8c04bf0f9a83272f676da5c261cd0ee3f4535b20a4f256b74 -size 291140 +oid sha256:6112f0a4257abaf57d78d0662b905a80c423147f2cd57d71dfa149bfd20f4fa8 +size 287866 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-0.png deleted file mode 100644 index 326af7ade..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad94b446b28653bd1d2debdf6b6455d3e3b0ab2f87dbd3f91d2b8d194a7f36cb -size 326795 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-1.png deleted file mode 100644 index 574dcd0e7..000000000 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutMiddle-1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a45a08889481561f67a3419e33de3a19f646904a6e37efebf4c5883934fdd55e -size 328861 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomLayoutTop.png index 792943ec0..b15a8e81a 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:3ae781e7179bb0ce0629815b6960b988aead432afb485016da2a2be2312d4468 -size 308030 +oid sha256:22b8353068b326bd9f60c568d2d46f779871c69c43a8e67667dc8e9cdacd33e9 +size 301445 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetails.png index 6b2a9dc03..3e7541f2f 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:c879dfcec22c764994c69e79bc616ee366f5d517f2a5e336e771c11e450be948 -size 95064 +oid sha256:f02f1507cda3684e50a94f16849dfb7b257f568702682b4419f3fd90a8c11466 +size 85622 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png index 81667b294..7d095bce3 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsAccountOwner.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea899c10cce334d2423da00ebe1f5203bd20a9436df7fbcca3bcc3d546295d5e -size 81445 +oid sha256:4441d99b39c02c6580156af5469712b26e3fce05a54e50181212c551e9316cbf +size 75978 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMemberDetailsIgnoredUser.png index 7c4628d91..361facdea 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:17ac2d8a050dee2b95b2c9b02f7dd2b0ac8e2d2506328c703d226dee0dfd28f3 -size 96999 +oid sha256:cdfbbabb2a6763365642ab9e23ea22983e658f7d78a4955d3c5bc771f8bac2e1 +size 89287 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreen.png index 5bdef3a3c..8e5b20067 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:b80e3cb5bc5ab0612680ab30972dfb97c0f96b1b3b2e2931aa07b1177781608e -size 86530 +oid sha256:c1c1d2f49fb28f6adb74f91b1918dc33319861d4312b8247bad41e54a8efbfa2 +size 88002 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-1.png index d4cef6a21..ba2104b94 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08a5810ff30fd54c1cc1906aa6fae2f98ddcce938bcff58cd1999934accbb0c0 -size 111364 +oid sha256:2811747de1d11c12a38a3524a77ce4e636871bf5e1c8470b3cac1535aadb18a9 +size 68329 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-2.png index 162888f84..5c167f804 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fc47545c87bb8fe68288300a51e6f62659b04575158c24c93a4c684e7348d04 -size 114203 +oid sha256:62edac462c9d5913cdff9dd023c471feb5a14b376cbad9263afb31c424d23493 +size 70399 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomMembersListScreenPendingInvites.png index 3e0ab3e2d..3bedf45eb 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:d8bdab053bd2270378ec6c369d6f1432c3d74e2ad3b608274b70255f4918f9e7 -size 94195 +oid sha256:5f20f6c7bdf8de56d61563c4a11214898ca82d34bc9a9649bdfc4c3692cb0a9a +size 94228 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomPlainNoAvatar.png index 08d97027d..69046a28f 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:d1391bc101bc55dfbe7a1cae55d31f727e9794f0d041f87c7e270c18e9c2e6ee -size 358439 +oid sha256:9c5496e0521886c31d7ed44fa040812f8d9fc5a38e2cf1f0c72836c2c55d6211 +size 331450 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimeline.png index 0007058ad..3bcea0f27 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:d5bef6a22d0d0dcfbefd7a7063ed081e83048ca8635fb1e5dd79a8196e07992e -size 155550 +oid sha256:1e7737b84f202a1f528a6ecb8f0e1dca8cf64c0736b4fc5b758b1f7c023c74c2 +size 156395 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineIncomingAndSmallPagination.png index 67d936a85..adedc7da3 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:7bf8ad884a94f9e14c64b87189bb583f2c8f5bc5d0803debf4b61ceffd8464cf -size 191601 +oid sha256:45e2b6beaa19e6affd8f3f4171fc6598ba642cbfc1c2808604830a3499cb9752 +size 192537 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineLargePagination.png index ca7064610..4d9fe5015 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:8601c0194860f06b2e1169aea57543a41d83ceae6873ec3a60b09a294e2d5d5e -size 317825 +oid sha256:30020b4fc29bd0239eba6c371c3a3ef479a14134cc6c5e5d2c1f376e423ea1f2 +size 303238 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.roomSmallTimelineWithReadReceipts.png index 4378b64ad..1687a40f7 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:73f952488f31f4dc049e47e86c16296f65692bc58e29e4d6545fc2a482b0adbc -size 189400 +oid sha256:35d8b11b0d85dd499859141b49840d9bf30a51b048804422babb8812cd5b47e3 +size 190357 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationLogin.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationLogin.png index 150ccf76f..bb2971de4 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationLogin.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationLogin.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7512cfd6020f2f0b7999b20ea8101ab307e387709b7e0e47139dd88eaec2fac -size 133413 +oid sha256:ab16986a2d5abf76daf5d84541442e45c52fed4916ae1ccb912cf41e490e6670 +size 136138 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationRegister.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationRegister.png index 84cdf9b5f..4cfb54de7 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationRegister.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverConfirmationRegister.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:987b564751655b2f91c15f87b4fdd7fbf007bb997d0cd5dcb8558a14a83c2886 -size 149280 +oid sha256:73956d5bcbea065fbbdf5c9e832f8c534b8b32b5eb2d51392e1620f99b69fefe +size 153614 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-0.png index c4b5c1627..c28c3adc3 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dda0bbdefa40fd426f3205f1cbb791010e531b3c1ca4522441edb0c510347158 -size 135166 +oid sha256:72ff60b91504169c66c6617f0a82a90823feb37adb2a07125d54f0da77620896 +size 135318 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-1.png index b9167d563..83efe1e71 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af3955acbbee0c717649996c01aa7a9f89ef3e77e9b45f896574fb7db1388f4b -size 195270 +oid sha256:504635dffd7ed8265abc9f1ae592be58f9ba20527e731408a36112e51f2d8a4a +size 193376 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-2.png index f371627d7..105a6594b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelection-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:121ffd5367e25ea4c74bbeb2394eb3fb7890a2ac28b3bb679664123346639753 -size 142332 +oid sha256:5fdd8da0a9797131b161e6340e0da666457396be50cae261ec4c6e5c8c29cd4e +size 157370 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelectionNonModal.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelectionNonModal.png index 92c2177e4..8560fa592 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelectionNonModal.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.serverSelectionNonModal.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b671d41caf4576ca0910e41df7988d3956ef241259b195acfa2175c8f86018c -size 130248 +oid sha256:c11b3a52338e455f30778e6fa7ecd2530d08afd240b23b45306e241d59842519 +size 131409 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-0.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-0.png index b035fe6c0..fb8453125 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-0.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5c7000d6431ecc6d8a433c5fe1ff58e13bf75ea1d84b4e7cd194a36dfd6550d -size 103993 +oid sha256:28d1ff4f6008133a1718e1bdefde5c009264c87fe417e40561a41eb2973cbe1b +size 104067 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-1.png index ceae61ba8..30e80f842 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a54c8c9f68162e4ab2b740b3628f08c3a12303ed51a2728915b21c0bd24a30ed -size 115662 +oid sha256:4a2718c25b29be15710893ad88383da34a320da41f8697aecd927cbc7e7a6ed6 +size 117900 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-2.png index c0c14803e..43d3af205 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6920d94b43ec5e37e690f43dbe4d98965ae39e080699808bb90a64a4045975c -size 98413 +oid sha256:6490e2c7a414377b4fd50cb6414519e6b2cefdf0c6609db4afd942ed0c9abcf8 +size 100098 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-3.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-3.png index 2f0fd525a..c2ecd339b 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-3.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a63ade493f1f76822b5610d803118291140917fc6c30599b4f86cee206aff49 -size 60065 +oid sha256:83b791dff68a3cca7c59fa5e89ae23d76069939041e80389aad77dd9a95b6d71 +size 60848 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-4.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-4.png index ab3d3e240..98e7c6a9e 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-4.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1905ffa6a0cb4dd4be26a8187c18dd00389ead1aa78522d9e09d7926f9f32e7 -size 218194 +oid sha256:8a9d06cab71315bd17a85266da1e35e89b3cbb54f1938e4943f66527dc44526b +size 218574 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-5.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-5.png index 91f9ea611..4768625b1 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-5.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-5.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:beaaf33a3c8e176d6cde484aee328d63fce667d5de0d9366f34fcf5bbd3306c0 -size 214783 +oid sha256:116076f38137a931d62e5898493dc57e0c0188781f99ac8734c430694f570ed4 +size 214984 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-6.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-6.png index 08ce7dbf8..857a9b699 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-6.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-6.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5761128e6581bfcdd0b6267365286024e828b5ec08e0e624fc50dfd1e6f7c7c -size 116165 +oid sha256:95c1dded60184c22b41466078ba1503ceb5782167c59a51962bc0d670cd693bf +size 116816 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-7.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-7.png index d4c9f0591..c6fa513c8 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-7.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.sessionVerification-7.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37445886481b38ad20d20653be9ff07f451bfd97836ef85e7ff106872067f8cf -size 112965 +oid sha256:4e0a3fbe77a38af438785372f1fbf7d4b629b1ce6345e3dd494b6fba09e2f60a +size 114270 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.settings.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.settings.png index ce8a61a8c..e54347dc0 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.settings.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.settings.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba3dd97299492eedfdfaaa037fd2b5b22292380314670a1cdf3e9bbe923f301a -size 164298 +oid sha256:7ea80f830d9d9bcafa2f5d8df2d0285fd5e05f510ef45ac66d060aa1f4afe151 +size 163460 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleRegular.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleRegular.png index 85f381f82..a76f14bae 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleRegular.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleRegular.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b2eafdb59648919b8aef43441eab77b4a4df2cec5c415c899b848db88723fba -size 98678 +oid sha256:2d26adb8dddc70cbc70df287d9fcf534e69d2b26f6ba165c3c736dc87d576114 +size 99006 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleUpgrade.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleUpgrade.png index db753807d..c77b300d1 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleUpgrade.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.simpleUpgrade.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d229b1c7547dbffcec78fefcdd2c5589084778ddde1233d33f42d4346e40affa -size 92002 +oid sha256:b033f24ecb775f54a65398bbe16851fc24eb169e7f12b1ee7a66c36c62c1be6e +size 92392 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.softLogout.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.softLogout.png index 4a7c8c0a3..6b64dad77 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.softLogout.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.softLogout.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7d006f07a1970cbd5a70ab6170182782a85875d9316db86bc7a37ce03bb73d2 -size 220025 +oid sha256:d34158cafeefd03c0d6ed13d3749c39ee884d54acd826105b911a2cfe535eda5 +size 223835 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-1.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-1.png index 46ea3fde8..23f35c439 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-1.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2769d12441a0c98f7ef2030ed3a60615fa77d86b8281bb2543b3b546332eab4c -size 92958 +oid sha256:9d062059912931743941a621dbf7ea4f767a65f6fe66a18e051c17944795c182 +size 90821 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-2.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-2.png index a1e1b881d..45912a698 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-2.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c7a5833443554ba94d968d95f636566fa7c5730de97af9f006c6281977a9ba8 -size 115013 +oid sha256:5ee553de6bea1aa2682007d96720b188146b43ca44fcf815ba939df4d4d1f0fa +size 101722 diff --git a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat.png b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat.png index 723fda5d5..68cae6d94 100644 --- a/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat.png +++ b/UITests/Sources/__Snapshots__/Application/pseudo-iPhone-14.startChat.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d3881b83f72809c29c370c6da8cc37bc496869e3dc976a2d8cf775f512242fe -size 140966 +oid sha256:72a7f8674f380d8b6728949a22a711be110de8ea12ccb1255aa51f3eaf5865b4 +size 140035 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 ec99cfa77..cfe0eaf69 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:01e0689834a625485b746e5bc511b9855a7eaaae2009aea39ed5b098ebc463af -size 128818 +oid sha256:354a39abb4898be80cf635d1cecd72ad0eeb7293481fcc98509d4e2db201c91f +size 133978 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 afad9f36b..14eb848f7 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:54c364202144dd27020e166cc7375e019546a239f5c1b7a8df70a4e63d299b5e -size 303291 +oid sha256:f1e7ae3c91ac6a0191d58e5ed6059314d27b6ac876f14aec79475e032f9c9191 +size 291787 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 1e142129c..f14f11627 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:6e65817dfd28a96fccecbc6bc35811e1ebeb61a993b8ab473cadf164ac5581f5 -size 290578 +oid sha256:aad6d9aba7604030f6aab56ecbb0dd90e38c618d2831db38291e360410b8caec +size 276576