mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-29 11:41:01 +00:00
No play button in video compact mode
This commit is contained in:
parent
d378341914
commit
71d12aec15
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue