Minor Fix for Search View and Poster Button Text (#964)

This commit is contained in:
Tom Strausbaugh 2024-02-20 11:57:43 -05:00 committed by GitHub
parent 8307ac501b
commit fc98f3848e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ struct SearchView: View {
itemsSection(title: L10n.people, keyPath: \.people) itemsSection(title: L10n.people, keyPath: \.people)
} }
} }
} }.ignoresSafeArea(edges: [.bottom, .horizontal])
.ignoresSafeArea()
} }
private func baseItemOnSelect(_ item: BaseItemDto) { private func baseItemOnSelect(_ item: BaseItemDto) {