提交 904f0a11 编写于 作者: D Donlon 提交者: skylot

A subtle bug repairing

上级 4d3f2740
......@@ -46,7 +46,8 @@ public class JadxSettingsAdapter {
String jsonSettings = PREFS.get(JADX_GUI_KEY, "");
JadxSettings settings = fromString(jsonSettings);
if (settings == null) {
return new JadxSettings();
LOG.debug("Created new settings.");
settings = new JadxSettings();
}
settings.fixOnLoad();
LOG.debug("Loaded settings: {}", makeString(settings));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册