wxr
2024-09-30 30c21abd3047624cc413f5eaacbbbb88bae46f6a
HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -564,6 +564,7 @@
                #endregion
#if DEBUG
                //bool isPlay= false;
                btnResidenceName.MouseUpEventHandler = (envent, ee) =>
                {
#if __ANDROID__
@@ -584,12 +585,12 @@
                    //if (isPlay)
                    //{
                    //    isPlay = false;
                    //    soundPlayer.StopSound();
                    //    Other.SoundPlayer.Ins.StopSound();
                    //}
                    //else
                    //{
                    //    isPlay = true;
                    //    soundPlayer.PlaySound();
                    //    Other.SoundPlayer.Ins.PlaySound();
                    //}
#endif