B面优化,对于播放器加载状态的效果优化

This commit is contained in:
Mr.zhou 2024-06-05 11:34:27 +08:00
parent 0325c4b832
commit 4b86926e79

View File

@ -341,6 +341,8 @@ class MPPositive_PlayerViewController: MPPositive_BaseViewController, UIViewCont
coverView.downloadButton.isUserInteractionEnabled = !(MP_PlayerManager.shared.loadPlayer.currentVideo?.isDlownd ?? false)
coverView.collectionSongBtn.isSelected = MP_PlayerManager.shared.loadPlayer.currentVideo?.isCollection ?? false
coverView.restoreDownloadProgress()
activityIndicator.isHidden = true
activityIndicator.stopAnimating()
}
}
//MARK: -