mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-12 20:40:21 +00:00
Update SearchView.swift
This commit is contained in:
parent
d74a32c918
commit
70b27ba55b
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ struct SearchView: View {
|
|||
}
|
||||
}
|
||||
|
||||
if isSearchFieldFocused && !searchHistory.isEmpty && searchText.isEmpty {
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
HStack {
|
||||
Text("Recent Searches")
|
||||
|
|
|
|||
Loading…
Reference in a new issue