Skip to content

Commit

Permalink
Fixed missing play icon image
Browse files Browse the repository at this point in the history
  • Loading branch information
sedenkovvlad committed Apr 25, 2022
1 parent 4dbae7a commit 93bbbd6
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 93bbbd6

Please sign in to comment.