mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Codestyle fixes
This commit is contained in:
@@ -167,7 +167,7 @@ struct SearchView: View {
|
||||
}
|
||||
}
|
||||
#else
|
||||
.ignoresSafeArea(.keyboard, edges: .bottom)
|
||||
.ignoresSafeArea(.keyboard, edges: .bottom)
|
||||
.navigationTitle("Search")
|
||||
#endif
|
||||
#if os(iOS)
|
||||
@@ -260,7 +260,7 @@ struct SearchView: View {
|
||||
#if os(iOS)
|
||||
accounts.app.supportsSearchFilters || favorites.isEnabled ? .bottomBar : .automatic
|
||||
#else
|
||||
.automatic
|
||||
.automatic
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user