mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Ignore compact mode handling on iPhone
This commit is contained in:
parent
673bc1df39
commit
8aa1e2e969
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
var toolbarItems: some ToolbarContent {
|
||||
Group {
|
||||
ToolbarItem(placement: .barLeading) {
|
||||
if horizontalSizeClass != .compact {
|
||||
if UIDevice.isIPhone || horizontalSizeClass != .compact {
|
||||
VStack(alignment: .leading) {
|
||||
let showDate = isListScrolled && !listTitle.isEmpty
|
||||
if let title = viewModel.appliedFilter?.name {
|
||||
|
|
|
|||
Loading…
Reference in a new issue