fix: player button icon not reset issue
This commit is contained in:
parent
c488e53863
commit
eba1f69bf6
|
@ -284,6 +284,8 @@ extension MediaView {
|
|||
playerViewController.player = nil
|
||||
playerLooper = nil
|
||||
|
||||
playbackImageView.removeFromSuperview()
|
||||
|
||||
// blurhash
|
||||
blurhashImageView.removeFromSuperview()
|
||||
blurhashImageView.removeConstraints(blurhashImageView.constraints)
|
||||
|
|
Loading…
Reference in New Issue