mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 08:20:59 +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,
|
||||
!viewModel.forceAutoPlay,
|
||||
!isFullScreen,
|
||||
!viewModel.isPlaying {
|
||||
!viewModel.isPlaying,
|
||||
!isCompact {
|
||||
Button(action: {
|
||||
viewModel.play()
|
||||
}, label: {
|
||||
|
|
Loading…
Reference in a new issue