mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Refactoring
This commit is contained in:
@@ -2396,7 +2396,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
ssb.setSpan(new ForegroundColorSpan(textColorLink), start, ssb.length(), 0);
|
||||
}
|
||||
} else {
|
||||
personal = Helper.transformMathematical(personal);
|
||||
if (full) {
|
||||
ssb.append(personal).append(" <");
|
||||
if (!TextUtils.isEmpty(email)) {
|
||||
|
||||
Reference in New Issue
Block a user