From ce214b44676d86fec830299daabe550822ace62b Mon Sep 17 00:00:00 2001 From: "DESKTOP-9FJNTIC\\gyb" <121287102@qq.com> Date: Wed, 23 Jul 2025 17:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=B8=8B=E6=96=87=E6=A0=87=E8=AF=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multipleimagelibrary/src/main/ets/utils/BreakpointSystem.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multipleimagelibrary/src/main/ets/utils/BreakpointSystem.ets b/multipleimagelibrary/src/main/ets/utils/BreakpointSystem.ets index ac4d9c4..795d2f8 100644 --- a/multipleimagelibrary/src/main/ets/utils/BreakpointSystem.ets +++ b/multipleimagelibrary/src/main/ets/utils/BreakpointSystem.ets @@ -65,7 +65,7 @@ export class BreakpointType { export class BreakpointSystem { private static instance: BreakpointSystem; private currentBreakpoint: BreakpointTypeEnum = BreakpointTypeEnum.MD; - private uiContext: UIContext = AppStorage.get(CommonConstants.KEY_PREFIX_BREAKPOINT) as UIContext; + private uiContext: UIContext = AppStorage.get(CommonConstants.KEY_PREFIX_SYSTEM_UICONTEXT) as UIContext; private constructor() { } -- Gitee