Simplify dev reporter and add RTL support

This commit is contained in:
Torsten Grote
2018-09-11 17:18:55 -03:00
parent f83b9244d4
commit 5122c961b4
3 changed files with 20 additions and 28 deletions

View File

@@ -292,8 +292,7 @@ public class DevReportActivity extends BaseCrashReportDialog
cb.setChecked(required || !excluded);
cb.setEnabled(!required);
cb.setOnCheckedChangeListener(DevReportActivity.this);
TextView title = v.findViewById(R.id.title);
title.setText(field.toString());
cb.setText(field.toString());
TextView content = v.findViewById(R.id.content);
content.setText(value);
report.addView(v);