From 5d86d0c6bc49f7ecd58a32dec2a08e47ebb9570e Mon Sep 17 00:00:00 2001 From: Paul Plant <37302780+paulplant@users.noreply.github.com> Date: Mon, 6 May 2024 14:27:29 +0200 Subject: [PATCH] Update XDripWatchComplication+Entry.swift --- xDrip Watch Complication/XDripWatchComplication+Entry.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xDrip Watch Complication/XDripWatchComplication+Entry.swift b/xDrip Watch Complication/XDripWatchComplication+Entry.swift index 8e900aeb..ee53e01a 100644 --- a/xDrip Watch Complication/XDripWatchComplication+Entry.swift +++ b/xDrip Watch Complication/XDripWatchComplication+Entry.swift @@ -165,6 +165,6 @@ extension XDripWatchComplication.Entry { extension XDripWatchComplication.Entry { static var placeholder: Self { - .init(date: .now, widgetState: WidgetState(bgReadingValues: ConstantsWatchComplication.bgReadingValuesPlaceholderData, bgReadingDates: ConstantsWatchComplication.bgReadingDatesPlaceholderData(), isMgDl: true, slopeOrdinal: 4, deltaChangeInMgDl: 0, urgentLowLimitInMgDl: 70, lowLimitInMgDl: 90, highLimitInMgDl: 140, urgentHighLimitInMgDl: 180, keepAliveIsDisabled: false, liveDataIsEnabled: false)) + .init(date: .now, widgetState: WidgetState(bgReadingValues: ConstantsWatchComplication.bgReadingValuesPlaceholderData, bgReadingDates: ConstantsWatchComplication.bgReadingDatesPlaceholderData(), isMgDl: true, slopeOrdinal: 4, deltaChangeInMgDl: 0, urgentLowLimitInMgDl: 70, lowLimitInMgDl: 90, highLimitInMgDl: 140, urgentHighLimitInMgDl: 180, keepAliveIsDisabled: false, liveDataIsEnabled: true)) } }