More fixes

This commit is contained in:
Thomas Ricouard 2024-09-17 08:23:53 +02:00
parent 81d5d4396f
commit 46f481aabd

View file

@ -46,7 +46,6 @@ public struct MediaUIView: View, @unchecked Sendable {
isFocused = true
}
}
.ignoresSafeArea()
}
}
@ -216,6 +215,7 @@ private struct DisplayView: View {
MediaUIAttachmentImageView(url: data.url)
case .av:
MediaUIAttachmentVideoView(viewModel: .init(url: data.url, forceAutoPlay: true))
.ignoresSafeArea()
}
}
}