|
@@ -225,6 +225,7 @@ class INVideoExportController: BFBaseViewController {
|
|
|
sself.progressView.snp.updateConstraints { make in
|
|
|
make.width.equalTo(0)
|
|
|
}
|
|
|
+ sself.progressL.text = "0%"
|
|
|
if let fileUrl = url {
|
|
|
sself.sliderView?.isHidden = false
|
|
|
sself.sliderView?.playStart()
|
|
@@ -373,7 +374,7 @@ class INVideoExportController: BFBaseViewController {
|
|
|
// 默认保留录音合成
|
|
|
saveAllBtn.isSelected = true
|
|
|
|
|
|
- DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) { [weak self] in
|
|
|
+ DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) { [weak self] in
|
|
|
self?.exportNow()
|
|
|
}
|
|
|
|