mac
2024-07-25 3f6685c77beeb12baf840733fb890860f4c26e7c
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();