|
|
@ -18,7 +18,7 @@ public class ComponentReuseNotifyUtil { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static void enterWidgetLibExtraAction(boolean needValidRead) { |
|
|
|
public static void enterWidgetLibExtraAction() { |
|
|
|
if (ComponentReuseNotificationInfo.getInstance().isClickedWidgetLib()) { |
|
|
|
if (ComponentReuseNotificationInfo.getInstance().isClickedWidgetLib()) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
@ -28,7 +28,7 @@ public class ComponentReuseNotifyUtil { |
|
|
|
return COMPONENT_SNAP_CHAT_KEY; |
|
|
|
return COMPONENT_SNAP_CHAT_KEY; |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
if (snapChat.hasRead() && needValidRead) { |
|
|
|
if (snapChat.hasRead()) { |
|
|
|
DesignerToastMsgUtil.toastPrompt(Toolkit.i18nText("Fine-Design_Component_Reuse_Merge_Prompt")); |
|
|
|
DesignerToastMsgUtil.toastPrompt(Toolkit.i18nText("Fine-Design_Component_Reuse_Merge_Prompt")); |
|
|
|
} |
|
|
|
} |
|
|
|
ComponentReuseNotificationInfo.getInstance().setClickedWidgetLib(true); |
|
|
|
ComponentReuseNotificationInfo.getInstance().setClickedWidgetLib(true); |
|
|
|