Files
yattee/Yattee/Views/Search
Arkadiusz Fal 0fdac499bb Fix ContentUnavailableView centering on Apple TV
On tvOS, ContentUnavailableView inside a Group doesn't expand to fill
available space — it sizes to content and aligns top-leading. Add
.frame(maxWidth: .infinity, maxHeight: .infinity) to all instances
so they center correctly in their parent containers.
2026-02-25 21:48:59 +01:00
..