Minor Fix for Search View and Poster Button Text (#964)
This commit is contained in:
parent
8307ac501b
commit
fc98f3848e
|
@ -44,8 +44,7 @@ struct SearchView: View {
|
|||
itemsSection(title: L10n.people, keyPath: \.people)
|
||||
}
|
||||
}
|
||||
}
|
||||
.ignoresSafeArea()
|
||||
}.ignoresSafeArea(edges: [.bottom, .horizontal])
|
||||
}
|
||||
|
||||
private func baseItemOnSelect(_ item: BaseItemDto) {
|
||||
|
|
Loading…
Reference in New Issue