1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-05 13:27:36 +01:00

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

View File

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