Small improvement

pull/205/head
M66B 4 years ago
parent f05f2d614a
commit 5a57d52604

@ -6485,7 +6485,7 @@ public class FragmentCompose extends FragmentBase {
} else if (view.getId() == R.id.tvAccount && BuildConfig.DEBUG) { } else if (view.getId() == R.id.tvAccount && BuildConfig.DEBUG) {
String account = cursor.getString(3); String account = cursor.getString(3);
String type = cursor.getString(4); String type = cursor.getString(4);
((TextView) view).setText(account + ":" + type); ((TextView) view).setText(account + (BuildConfig.DEBUG ? "/" + type : ""));
return true; return true;
} else } else
return false; return false;

Loading…
Cancel
Save