Skip to content

Commit

Permalink
Fix safe area observing for example query twodayslate#124 twodayslate…
Browse files Browse the repository at this point in the history
  • Loading branch information
iphone201988 committed Dec 29, 2022
1 parent 73dc554 commit 5d9b463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ec3730/Views/Host/HostViewSectionFocusView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ struct HostViewSectionFocusView: View {
VStack(spacing: 0) {
ScrollView {
HostViewSectionContent(sectionModel: model, canQuery: true)
}.safeAreaInset(edge: .bottom) {
HostBarView(url: url, date: date).background(Color(UIColor.systemGroupedBackground))
}
HostBarView(url: url, date: date).background(Color(UIColor.systemGroupedBackground))
}
.navigationTitle(model.service.name)
.navigationBarTitleDisplayMode(.inline)
Expand Down

0 comments on commit 5d9b463

Please sign in to comment.