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