gxc
2019-10-29 ed2604abbc7949ebc78e3659fc9f03b2f814a14b
ZigbeeApp/GateWay.Droid/Application.cs
@@ -36,11 +36,6 @@
            BaseActivity.BackKeyAction = () => {
                try
                {
                    if (Shared.Common.CommonPage.BackKeyCanClick == false)
                    {
                        //不允许按返回键
                        return;
                    }
                    if (Shared.Common.CommonPage.Loading != null)
                    {
                        Console.WriteLine(Shared.Common.CommonPage.Loading.CurStatus);