mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Set忘れの修正
This commit is contained in:
parent
7a3c6daf3d
commit
c5485d0e4d
|
@ -104,5 +104,7 @@ public class DebugSharedPrefEditorFragment extends Fragment {
|
|||
for (Map.Entry<String, ?> entry : resultMap.entrySet()) {
|
||||
sb.append(entry.getKey()).append(":").append(entry.getValue().toString()).append("\n");
|
||||
}
|
||||
|
||||
textView.setText(sb.toString());
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user