crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 2b69ddbe77e57913baef4ad2d2f4ed099399fa2d
parent 422fa57896b5004b64d4807656738d9b6a92aab2
Author: Michael Camilleri <[email protected]>
Date:   Sat,  6 Jun 2026 12:37:03 +0900

Fix header pinning incorrectly

Diffstat:
MCrossmate/Views/GameListView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Crossmate/Views/GameListView.swift b/Crossmate/Views/GameListView.swift @@ -322,7 +322,7 @@ struct GameListView: View { usesRoomierType: Bool ) -> some View { ScrollView { - LazyVStack(spacing: 8, pinnedViews: [.sectionHeaders]) { + LazyVStack(spacing: 8) { if !invites.isEmpty { Section { LazyVGrid(columns: gridColumns, spacing: 12) {