Commit b6f77636 authored by 周文华's avatar 周文华

【调整】调整debug点击事件

parent 54434ba2
...@@ -148,8 +148,9 @@ class DocumentFragment( ...@@ -148,8 +148,9 @@ class DocumentFragment(
currentPage.refreshData() currentPage.refreshData()
} }
} }
if (BuildConfig.DEBUG) {
binding.tvTittle.setOnClickListener { binding.tvTittle.setOnClickListener {
if (BuildConfig.DEBUG) {
android.os.Process.killProcess(android.os.Process.myPid()); android.os.Process.killProcess(android.os.Process.myPid());
System.exit(0); System.exit(0);
} }
......
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