Commit 459c8b69 authored by linfeng's avatar linfeng

bug修改

parent 3b8426a5
...@@ -147,6 +147,7 @@ public class SettingActivity extends BaseStatusActivity<CommonPresenter> { ...@@ -147,6 +147,7 @@ public class SettingActivity extends BaseStatusActivity<CommonPresenter> {
deleteDir(Environment.getExternalStorageDirectory() + "/photo/crop"); deleteDir(Environment.getExternalStorageDirectory() + "/photo/crop");
showToast("清理成功!"); showToast("清理成功!");
} else if (id == R.id.rl_item_check_for_updates) { } else if (id == R.id.rl_item_check_for_updates) {
//检查更新 //检查更新
if (versionCheckBean != null && versionCheckBean.isRel() == false) { if (versionCheckBean != null && versionCheckBean.isRel() == false) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment