浏览代码

Pull in latest 'core-data-sync-trio' branch

polscm32 aka Marvout 1 年之前
父节点
当前提交
a93a2967ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      LiveActivity/LiveActivity.swift

+ 1 - 1
LiveActivity/LiveActivity.swift

@@ -155,7 +155,7 @@ struct LiveActivity: Widget {
                 )
                 )
             }
             }
 
 
-            var hasStaticColorScheme = context.state.glucoseColorScheme == "staticColor"
+            let hasStaticColorScheme = context.state.glucoseColorScheme == "staticColor"
 
 
             return DynamicIsland {
             return DynamicIsland {
                 DynamicIslandExpandedRegion(.leading) {
                 DynamicIslandExpandedRegion(.leading) {