|
@@ -212,6 +212,9 @@ public class MusicHandleSettingFragment extends BaseFragment<FgMusicHandleSettin
|
|
|
|
|
|
@Override
|
|
|
public void onClick(View view) {
|
|
|
+ if (UiUtils.isFastClick(300)) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
int id = view.getId();
|
|
|
if (id == R.id.tv_save_works) {
|
|
|
if (mEventListener != null) {
|
|
@@ -449,6 +452,7 @@ public class MusicHandleSettingFragment extends BaseFragment<FgMusicHandleSettin
|
|
|
public String getConfigJson(int defaultDelay, int evaluateDelay) {
|
|
|
return getConfigJson(defaultDelay, evaluateDelay, MusicMergeConfig.STAFF, 0);
|
|
|
}
|
|
|
+
|
|
|
public String getConfigJson(int defaultDelay, int evaluateDelay, String musicRenderType, int partIndex) {
|
|
|
if (isDetached()) {
|
|
|
return "";
|