소스 검색

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) {