mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-10 19:20:59 +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
|
||||
}
|
||||
}
|
||||
.ignoresSafeArea()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -216,6 +215,7 @@ private struct DisplayView: View {
|
|||
MediaUIAttachmentImageView(url: data.url)
|
||||
case .av:
|
||||
MediaUIAttachmentVideoView(viewModel: .init(url: data.url, forceAutoPlay: true))
|
||||
.ignoresSafeArea()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue