Fix placeholders

This commit is contained in:
Arkadiusz Fal
2022-12-14 17:20:24 +01:00
parent 2028446d03
commit 71c666ebfe
6 changed files with 15 additions and 14 deletions

View File

@@ -71,6 +71,7 @@ struct ContentItemView: View {
@ViewBuilder func placeholderItem() -> some View {
if listingStyle == .cells {
PlaceholderCell()
.id(item.id)
} else {
PlaceholderListItem()
#if os(tvOS)