|
@@ -1322,6 +1322,9 @@ extension PQStuckPointPublicController {
|
|
saveVideoTipsLabel.text = "视频保存中..."
|
|
saveVideoTipsLabel.text = "视频保存中..."
|
|
}else{
|
|
}else{
|
|
self.saveVideoTipsLabel.text = "视频已保存到相册"
|
|
self.saveVideoTipsLabel.text = "视频已保存到相册"
|
|
|
|
+ DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 0.8) { [weak self] in
|
|
|
|
+ self?.saveVideoTipsBgView.isHidden = true
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|