mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 09:41:02 +00:00
More fixes
This commit is contained in:
parent
81d5d4396f
commit
46f481aabd
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,6 @@ public struct MediaUIView: View, @unchecked Sendable {
|
||||||
isFocused = true
|
isFocused = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ignoresSafeArea()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -216,6 +215,7 @@ private struct DisplayView: View {
|
||||||
MediaUIAttachmentImageView(url: data.url)
|
MediaUIAttachmentImageView(url: data.url)
|
||||||
case .av:
|
case .av:
|
||||||
MediaUIAttachmentVideoView(viewModel: .init(url: data.url, forceAutoPlay: true))
|
MediaUIAttachmentVideoView(viewModel: .init(url: data.url, forceAutoPlay: true))
|
||||||
|
.ignoresSafeArea()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue