mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Empty views in nav bar are causing weird issues
This commit is contained in:
parent
43c8e5cabb
commit
058ddb0a62
1 changed files with 0 additions and 8 deletions
|
|
@ -226,8 +226,6 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
Label("Toggle Feed Layout", systemImage: prefersListLayout ? "square.grid.2x2" : "list.bullet")
|
||||
}
|
||||
)
|
||||
} else {
|
||||
EmptyView()
|
||||
}
|
||||
}
|
||||
ToolbarItem(placement: .barTrailing) {
|
||||
|
|
@ -235,10 +233,6 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
action: { searchPresented = true },
|
||||
label: {
|
||||
Image(systemName: "magnifyingglass")
|
||||
.resizable()
|
||||
.frame(width: 18, height: 18)
|
||||
.padding(.vertical)
|
||||
.foregroundColor(.appGrayTextContrast)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
@ -261,8 +255,6 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
Image.utilityMenu
|
||||
})
|
||||
.foregroundColor(.appGrayTextContrast)
|
||||
} else {
|
||||
EmptyView()
|
||||
}
|
||||
}
|
||||
ToolbarItemGroup(placement: .bottomBar) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue