JLChen
2020-10-27 7fa4b66cd58a51c9e7e512ee652282825d16e5dc
Crabtree/SmartHome/HDL/Operation/CommonUtlis.cs
@@ -157,11 +157,11 @@
            var mes = "Your phone has been ROOT and you cannot use the APP.";
#endif
            if (Shared.JailBreak.JailBreak.ISJailBreak ()) {
            if (Shared.HDLUtils.ISJailBreak ()) {
                Alert alert = new Alert ("", mes, Language.StringByID (SimpleControl.R.MyInternationalizationString.Confrim));
                alert.ResultEventHandler += (sender2, e2) => {
                    Shared.JailBreak.JailBreak.ExitApplication ();
                    Shared.HDLUtils.ExitApplication ();
                };
                alert.Show ();
            }