diff --git a/frameworks/core/interfaces/native/node/nav_destination_modifier.cpp b/frameworks/core/interfaces/native/node/nav_destination_modifier.cpp index e096873418c15186ada823026042fe0512cd04fa..6ac9c1996d821263d230d8e86f495c9e75af0d7a 100644 --- a/frameworks/core/interfaces/native/node/nav_destination_modifier.cpp +++ b/frameworks/core/interfaces/native/node/nav_destination_modifier.cpp @@ -764,8 +764,8 @@ const ArkUINavDestinationModifier* GetNavDestinationModifier() .setNavDestinationMode = SetNavDestinationMode, .resetNavDestinationMode = ResetNavDestinationMode, .setIgnoreLayoutSafeArea = SetIgnoreLayoutSafeArea, - .resetIgnoreLayoutSafeArea = ResetIgnoreLayoutSafeArea, .setNavDestinationBackgroundColor = SetNavDestinationBackgroundColor, + .resetIgnoreLayoutSafeArea = ResetIgnoreLayoutSafeArea, .resetNavDestinationBackgroundColor = ResetNavDestinationBackgroundColor, .setTitle = SetTitle, .resetTitle = ResetTitle,