From fa175644110d2c50a957b1d9b92d7fbab39f63f9 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期一, 16 十二月 2019 15:25:55 +0800
Subject: [PATCH] 2019.12.16

---
 ZigbeeApp/Shared/Phone/Device/Light/DimmableLightControl.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Light/DimmableLightControl.cs b/ZigbeeApp/Shared/Phone/Device/Light/DimmableLightControl.cs
index 472ec29..94c1dc7 100644
--- a/ZigbeeApp/Shared/Phone/Device/Light/DimmableLightControl.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Light/DimmableLightControl.cs
@@ -394,7 +394,7 @@
             };
             itemView.AddChidren(levelSeekBar);
 
-            if (dimmableLight.OnOffStatus==1)
+            if (dimmableLight.OnOffStatus == 1)
             {
                 levelSeekBar.IsClickable = true;
                 levelSeekBar.WaveColor = ZigbeeColor.Current.GXCWaveSeekBarColor;

--
Gitblit v1.8.0