|
@@ -1704,7 +1704,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
|
|
|
|
wself.changeProgress(changCMTime: wself.convertProgressToCMTime(process))
|
|
|
|
|
|
- if wself.currMediaType != .Video && CMTimeCompare(wself.rscurrentManager.recordItem?.materialDuraion ?? .zero, .zero) != 0 {
|
|
|
+ if wself.currMediaType != .Video && CMTimeCompare(wself.rscurrentManager.recordItem?.materialDuraion ?? .zero, .zero) != 0 && process < 1 {
|
|
|
wself.recordBtn.isHidden = true
|
|
|
wself.deleteRecordBtn.isHidden = false
|
|
|
}
|