Update SearchView.swift
Some checks failed
Build and Release IPA / Build IPA (push) Has been cancelled

This commit is contained in:
cranci 2025-02-09 20:35:20 +01:00 committed by GitHub
parent d85ca35a7d
commit 842df29bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ struct SearchView: View {
if !searchText.isEmpty {
if isSearching {
LazyVGrid(columns: [GridItem(.adaptive(minimum: 150))], spacing: 16) {
ForEach(0..<6, id: \.self) { _ in
ForEach(0..<2, id: \.self) { _ in
SearchSkeletonCell()
}
}