From 8e0f0b316777b78a009e4ea13f5886d4783a8d55 Mon Sep 17 00:00:00 2001 From: leiyun Date: Mon, 25 Apr 2022 21:16:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BD=93=E5=8C=96=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E8=80=83=E5=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/deploymentTargetDropDown.xml | 17 ----------------- .../java/com/yzx/escreen/fragment/MyFragment.kt | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .idea/deploymentTargetDropDown.xml diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index 59c87ac..0000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/java/com/yzx/escreen/fragment/MyFragment.kt b/app/src/main/java/com/yzx/escreen/fragment/MyFragment.kt index 02f0a10..043495e 100644 --- a/app/src/main/java/com/yzx/escreen/fragment/MyFragment.kt +++ b/app/src/main/java/com/yzx/escreen/fragment/MyFragment.kt @@ -71,7 +71,7 @@ class MyFragment : BaseFragment(), MyView { LogUtils.d("112233".equals(text)) if ("112233" == text.toString()) { activity?.finish() - exitProcess(0) +// exitProcess(0) } else { // ToastUtils.showShort("密码不正确") showPwdErrorTip()