HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs
@@ -349,6 +349,8 @@ { timerThread = new System.Threading.Thread((obj) => { try { while (true) { Application.RunOnMainThread(() => @@ -525,6 +527,8 @@ }); System.Threading.Thread.Sleep(1000 * 1); } } catch (Exception e) { } }) { IsBackground = true }; timerThread.Start();