Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Sep 17, 2024
1 parent 81d5d43 commit 46f481a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/MediaUI/Sources/MediaUI/MediaUIView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public struct MediaUIView: View, @unchecked Sendable {
isFocused = true
}
}
.ignoresSafeArea()
}
}

Expand Down Expand Up @@ -216,6 +215,7 @@ private struct DisplayView: View {
MediaUIAttachmentImageView(url: data.url)
case .av:
MediaUIAttachmentVideoView(viewModel: .init(url: data.url, forceAutoPlay: true))
.ignoresSafeArea()
}
}
}

0 comments on commit 46f481a

Please sign in to comment.