mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-30 10:43:03 +00:00
commit
282e4527e4
@ -64,6 +64,7 @@ void ShowScaleAnimation(const RefPtr<RenderContext>& context, const RefPtr<MenuT
|
||||
[]() { DragEventActuator::ExecutePreDragAction(PreDragStatus::PREVIEW_LIFT_FINISHED); });
|
||||
context->UpdateTransformScale(VectorF(previewBeforeAnimationScale, previewBeforeAnimationScale));
|
||||
|
||||
CHECK_NULL_VOID(menuPattern);
|
||||
auto menuWrapper = menuPattern->GetMenuWrapper();
|
||||
CHECK_NULL_VOID(menuWrapper);
|
||||
auto menuWrapperPattern = menuWrapper->GetPattern<MenuWrapperPattern>();
|
||||
|
Loading…
Reference in New Issue
Block a user