Skip to content

Commit

Permalink
[이우섭] 0622 fade-out 처리 변경 (수동편집 시 비활성화, 자동편집 시 1개일 때 비활성화)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeUSeob committed Jun 22, 2023
1 parent 32908dd commit 162d626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vm_sdk/vm_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ class VMSDKWidget extends StatelessWidget {
}
}

if (totalDuration >= 10) {
if (isAutoEdit && editedMediaList.length > 1 && totalDuration >= 10) {
double curDuration = 0;
List<RenderedData> fadeOutClips = [];
for (int i = xfadeAppliedList.length - 1; i >= 0; i--) {
Expand Down

0 comments on commit 162d626

Please sign in to comment.