mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-11 14:14:09 +01:00
No play button in video compact mode
This commit is contained in:
parent
d378341914
commit
71d12aec15
@ -114,7 +114,8 @@ public struct MediaUIAttachmentVideoView: View {
|
|||||||
if !preferences.autoPlayVideo,
|
if !preferences.autoPlayVideo,
|
||||||
!viewModel.forceAutoPlay,
|
!viewModel.forceAutoPlay,
|
||||||
!isFullScreen,
|
!isFullScreen,
|
||||||
!viewModel.isPlaying {
|
!viewModel.isPlaying,
|
||||||
|
!isCompact {
|
||||||
Button(action: {
|
Button(action: {
|
||||||
viewModel.play()
|
viewModel.play()
|
||||||
}, label: {
|
}, label: {
|
||||||
|
Loading…
Reference in New Issue
Block a user