Use more Liquid Glass in the room/space screen toolbars (#4965)

* Add a glass style to the Room/Space header view on iOS 26.

* Update snapshots and fix the join call button.
This commit is contained in:
Doug
2026-01-16 19:29:27 +00:00
committed by GitHub
parent 4c161d72f5
commit 9dab13eed5
79 changed files with 222 additions and 198 deletions

View File

@@ -140,7 +140,7 @@ struct TimelineViewRepresentable: UIViewControllerRepresentable {
// MARK: - Previews
struct TimelineView_Previews: PreviewProvider, TestablePreview {
struct TimelineView_Previews: PreviewProvider { // Not testable as this preview is built the same way as RoomScreen.
static let roomProxyMock = JoinedRoomProxyMock(.init(id: "stable_id",
name: "Preview room"))
static let roomViewModel = RoomScreenViewModel.mock(roomProxyMock: roomProxyMock)