Skip to content

Commit

Permalink
Merge pull request #723 from Ridmik/fix/video-play-button
Browse files Browse the repository at this point in the history
Fix video item not playable issue in library preview area
  • Loading branch information
NikKovIos authored Apr 26, 2022
2 parents c6d56eb + e07859d commit 8c56a8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/YPPickerVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,11 @@ open class YPPickerVC: YPBottomPager, YPBottomPagerDelegate {
open override func viewWillDisappear(_ animated: Bool) {
super.viewWillDisappear(animated)
shouldHideStatusBar = false
}

deinit {
stopAll()
ypLog("YPPickerVC deinited ✅")
}

@objc
Expand Down

0 comments on commit 8c56a8c

Please sign in to comment.