From e2162251473ce613362271ffed2960a880adfba1 Mon Sep 17 00:00:00 2001 From: xuzhidan Date: Tue, 13 May 2025 15:12:26 +0800 Subject: [PATCH] Swiper auto fill CAPI change to api19 Signed-off-by: xuzhidan Change-Id: I5a046d73adca54e9ce5dc9104dccd8404915abba --- arkui/ace_engine/native/native_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index c6d24128e..873ce6c3f 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -5743,7 +5743,7 @@ typedef enum { * .value[0].f32: minimum main axis size of the child element, Unit: vp. \n * .value[1].i32: whether to turn pages by group. \n * - * @since 18 + * @since 19 */ NODE_SWIPER_AUTO_FILL, -- Gitee