陈嘉乐
2021-01-11 fd9e8772f7122a0ca8096b98489b59ab6f716b1f
HDL-ON_Android/Application.cs
@@ -61,7 +61,6 @@
            BaseActivity.IsHideVirualButtons = true;
            //实现安卓返回按键
            BaseActivity.BackKeyAction = () => {
                MainPage.Log($"android后退");
                try
                {
                    var result = MainPage.LoadEvent_BackAction();
@@ -78,9 +77,9 @@
                            break;
                    }
                }
                catch (System.Exception ezx)
                catch (Exception ex)
                {
                    Console.WriteLine(ezx.Message);
                    Console.WriteLine(ex.Message);
                }
            };