Skip to content

Commit

Permalink
Merge pull request #744 from sedenkovvlad/fix-showPlayIcon
Browse files Browse the repository at this point in the history
Fixed missing play icon image
  • Loading branch information
NikKovIos authored Apr 26, 2022
2 parents 4dbae7a + 93bbbd6 commit 12ade40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/Filters/Video/YPVideoFiltersVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ public final class YPVideoFiltersVC: UIViewController, IsMediaFilterVC {

selectTrim()
videoView.loadVideo(inputVideo)

videoView.showPlayImage(show: true)
startPlaybackTimeChecker()

super.viewDidAppear(animated)
}

Expand Down

0 comments on commit 12ade40

Please sign in to comment.