mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Small fix
This commit is contained in:
@@ -221,9 +221,10 @@ public class EntityAnswer implements Serializable {
|
||||
}
|
||||
|
||||
if (grouped && answer.applied > 0) {
|
||||
int start = ssb.length();
|
||||
ssb.append(" (").append(NF.format(answer.applied)).append(")");
|
||||
ssb.setSpan(new RelativeSizeSpan(HtmlHelper.FONT_SMALL),
|
||||
answer.name.length() + 1, ssb.length(), 0);
|
||||
start, ssb.length(), 0);
|
||||
}
|
||||
|
||||
MenuItem item;
|
||||
|
||||
Reference in New Issue
Block a user