Browse Source

fix:波形纹选中状态清除

huzhiqiang 3 năm trước cách đây
mục cha
commit
996e9734e8

+ 1 - 1
BFFramework/Classes/Stuckpoint/View/PQStuckPointCuttingView.swift

@@ -310,7 +310,7 @@ class PQStuckPointCuttingView: UIView {
         }
 
         
-        if(progress >= 1.01){
+        if(progress >= 0.999){
             BFLog(message: "播放完成 重新更新 UI ")
             resetDefaultsColor(clearData: false)
         }