wxr
2022-01-14 c22dd59b10c482b9245034c6a0bd3b645c427d31
HDL_ON/UI/UI2/FuntionControlView/Music/A31MusicFileList.cs
@@ -17,7 +17,7 @@
            this.BackgroundColor = MusicColor.ViewColor;
            var topView = new TopView();
            this.AddChidren(topView.TopFLayoutView());
            topView.topNameBtn.TextID = StringId.usb;
            topView.topNameBtn.TextID = StringId.localMusic;
            topView.clickBackBtn.MouseUpEventHandler += (sender, e) =>
            {
                this.RemoveFromParent();
@@ -37,14 +37,14 @@
                {
                    try
                    {
                        SendMethod.sendMethod.GetPalyList(A31MusicModel.Current.functionMusic);
                        SendMethod.mMethod.GetPalyList(A31MusicModel.Current.functionMusic);
                    }
                    catch { }
                    finally
                    {
                        Application.RunOnMainThread(() =>
                        {
                            FileView();
                            this.FileView();
                            middViewLayout.EndHeaderRefreshing();
                        });
                    }