mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 13:54:19 +00:00
Use @FocusState with programmatic assignment on appear instead of prefersDefaultFocus, which is broken when the target sits inside a ScrollView/LazyVGrid on tvOS. A 0.15s delay gives the grid time to materialize cells before the focus write.