pull/17/head
kai-city 4 years ago
parent c8fcba483f
commit f59472416f
  1. 2
      Bcore/src/main/java/top/niunaijun/blackbox/app/BActivityThread.java
  2. 2
      app/src/main/res/xml/setting.xml

@ -212,7 +212,7 @@ public class BActivityThread extends IBActivityThread.Stub {
private void handleDumpDex(String packageName, DumpResult result, ClassLoader classLoader) {
new Thread(() -> {
try {
Thread.sleep(20*1000);
Thread.sleep(500);
} catch (InterruptedException ignored) {
}
try {

@ -13,7 +13,7 @@
android:title="@string/rewrite_file_path" />
</PreferenceCategory>
<PreferenceCategory android:title="高级选项">
<PreferenceCategory android:title="@string/advanced_setting">
<SwitchPreferenceCompat
android:key="fix_code_item"
android:summary="@string/fix_code_item_desc"

Loading…
Cancel
Save