Skip to content

Commit

Permalink
1.fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wukaicheng committed Jun 7, 2021
1 parent c8fcba4 commit f594724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private synchronized void handleBindApplication(String packageName, String proce
private void handleDumpDex(String packageName, DumpResult result, ClassLoader classLoader) {
new Thread(() -> {
try {
Thread.sleep(20*1000);
Thread.sleep(500);
} catch (InterruptedException ignored) {
}
try {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/setting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f594724

Please sign in to comment.