mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Small improvement
This commit is contained in:
@@ -6485,7 +6485,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
} else if (view.getId() == R.id.tvAccount && BuildConfig.DEBUG) {
|
||||
String account = cursor.getString(3);
|
||||
String type = cursor.getString(4);
|
||||
((TextView) view).setText(account + ":" + type);
|
||||
((TextView) view).setText(account + (BuildConfig.DEBUG ? "/" + type : ""));
|
||||
return true;
|
||||
} else
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user