fix: player button icon not reset issue

This commit is contained in:
CMK 2022-02-17 10:47:15 +08:00
parent c488e53863
commit eba1f69bf6
1 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,8 @@ extension MediaView {
playerViewController.player = nil
playerLooper = nil
playbackImageView.removeFromSuperview()
// blurhash
blurhashImageView.removeFromSuperview()
blurhashImageView.removeConstraints(blurhashImageView.constraints)