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)
|
itemsSection(title: L10n.people, keyPath: \.people)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}.ignoresSafeArea(edges: [.bottom, .horizontal])
|
||||||
.ignoresSafeArea()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private func baseItemOnSelect(_ item: BaseItemDto) {
|
private func baseItemOnSelect(_ item: BaseItemDto) {
|
||||||
|
|
Loading…
Reference in New Issue