|
@@ -1649,13 +1649,14 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
|
|
|
wself.changeProgress(progress: process)
|
|
|
|
|
|
- if wself.currMediaType != .Video{
|
|
|
+ if wself.currMediaType != .Video && CMTimeCompare(rscurrentManager.recordItem?.materialDuraion ?? .zero, .zero) != 0{
|
|
|
wself.recordBtn.isHidden = true
|
|
|
wself.deleteRecordBtn.isHidden = false
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
vv.dragEndHandle = { [weak self] process in
|
|
|
+ BFLog(1, message: "stop drag")
|
|
|
DispatchQueue.main.async { [weak self] in
|
|
|
guard let wself = self else { return }
|
|
|
|