mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +00:00
Update SearchView.swift
Some checks failed
Build and Release IPA / Build IPA (push) Has been cancelled
Some checks failed
Build and Release IPA / Build IPA (push) Has been cancelled
This commit is contained in:
parent
d85ca35a7d
commit
842df29bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ struct SearchView: View {
|
||||||
if !searchText.isEmpty {
|
if !searchText.isEmpty {
|
||||||
if isSearching {
|
if isSearching {
|
||||||
LazyVGrid(columns: [GridItem(.adaptive(minimum: 150))], spacing: 16) {
|
LazyVGrid(columns: [GridItem(.adaptive(minimum: 150))], spacing: 16) {
|
||||||
ForEach(0..<6, id: \.self) { _ in
|
ForEach(0..<2, id: \.self) { _ in
|
||||||
SearchSkeletonCell()
|
SearchSkeletonCell()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue