mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 01:53:25 +02:00
Refactoring
This commit is contained in:
@@ -2518,7 +2518,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
} else {
|
||||
ssb.append(personal);
|
||||
if (!Helper.isSingleScript(personal)) {
|
||||
if (!TextHelper.isSingleScript(personal)) {
|
||||
int start = ssb.length() - personal.length();
|
||||
ssb.setSpan(new StrikethroughSpan(), start, ssb.length(), 0);
|
||||
ssb.setSpan(new ForegroundColorSpan(colorError), start, ssb.length(), 0);
|
||||
|
||||
Reference in New Issue
Block a user