iOS client for Grain grain.social
ios photography atproto
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: prevent glass effect flash in light mode story viewer

Force dark color scheme on StoryViewer since it always has a dark
background.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1
+1
Grain/Views/Stories/StoryViewer.swift
··· 191 191 } 192 192 .clipped() 193 193 .background(Color.black.ignoresSafeArea()) 194 + .preferredColorScheme(.dark) 194 195 .background( 195 196 DragToDismissInstaller( 196 197 handle: fadeDismissHandle,