Set忘れの修正

This commit is contained in:
ろむねこ 2023-12-11 12:57:05 +09:00
parent 7a3c6daf3d
commit c5485d0e4d
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -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());
}
}