From f865f356c05d9dbae3dcaf8f8e448e735a16669e Mon Sep 17 00:00:00 2001 From: lvzikai Date: Wed, 30 Jul 2025 16:11:08 +0800 Subject: [PATCH] Clean code warnning Signed-off-by: lvzikai Change-Id: Ia8bd1605934fa5b73bc9a76c66b86706f15bd006 --- .../core/interfaces/native/node/nav_destination_modifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/core/interfaces/native/node/nav_destination_modifier.cpp b/frameworks/core/interfaces/native/node/nav_destination_modifier.cpp index e096873418c..6ac9c1996d8 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, -- Gitee