mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Small improvements
This commit is contained in:
@@ -334,7 +334,7 @@ public class EntityAnswer implements Serializable {
|
||||
continue;
|
||||
order++;
|
||||
|
||||
SpannableStringBuilder ssb = new SpannableStringBuilder(answer.name);
|
||||
SpannableStringBuilder ssb = new SpannableStringBuilderEx(answer.name);
|
||||
|
||||
if (answer.color != null) {
|
||||
Drawable d = new ColorDrawable(answer.color);
|
||||
@@ -434,7 +434,7 @@ public class EntityAnswer implements Serializable {
|
||||
icon.setTint(color);
|
||||
|
||||
for (EntityAnswer answer : favorites) {
|
||||
SpannableStringBuilder ssb = new SpannableStringBuilder(answer.name);
|
||||
SpannableStringBuilder ssb = new SpannableStringBuilderEx(answer.name);
|
||||
|
||||
if (answer.color != null) {
|
||||
Drawable d = new ColorDrawable(answer.color);
|
||||
|
||||
Reference in New Issue
Block a user