Minor space tweaks (#4577)

* Hide the space ShareLink on iOS 26 for now.

* Don't allow the last admin to leave a space.
This commit is contained in:
Doug
2025-10-07 08:16:48 +01:00
committed by GitHub
parent 6f5ba297eb
commit 247967db6a
23 changed files with 262 additions and 132 deletions

View File

@@ -251,6 +251,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "LabsScreen_Previews")
}
func testLeaveSpaceRoomDetailsCell() async throws {
try await performAccessibilityAudit(named: "LeaveSpaceRoomDetailsCell_Previews")
}
func testLeaveSpaceView() async throws {
try await performAccessibilityAudit(named: "LeaveSpaceView_Previews")
}