HDL_ON/UI/UI2/FuntionControlView/Electrical/ClothesHangerPage.cs
@@ -492,10 +492,26 @@ public void ChangeTime(string newTime) { int.TryParse(newTime, out leftTime); if (leftTime > 0) { Application.RunOnMainThread(() => { btnTime.Text = new TimeSpan(0, leftTime, 0).ToString().Remove(5, 3); }); leftTime--; } else if (leftTime == 0) { Application.RunOnMainThread(() => { btnTime.Text = ""; }); } if (countdownThread == null) { countdownThread = new System.Threading.Thread(() => { while (true) { if (leftTime > 0)