mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-31 06:48:37 +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 isSearching {
|
||||
LazyVGrid(columns: [GridItem(.adaptive(minimum: 150))], spacing: 16) {
|
||||
ForEach(0..<6, id: \.self) { _ in
|
||||
ForEach(0..<2, id: \.self) { _ in
|
||||
SearchSkeletonCell()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue