diff --git a/multipleimagelibrary/src/main/ets/utils/BreakpointSystem.ets b/multipleimagelibrary/src/main/ets/utils/BreakpointSystem.ets index ac4d9c47a457a4825a1ec99aae52875eadc33f50..795d2f87eae889aee703e6657d4951ef1c15f5c6 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() { }