wxr
2024-10-14 b847c06d8617efb2cbbad6f11b0344b779138e92
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();