Refactoring

This commit is contained in:
M66B
2023-12-01 21:58:06 +01:00
parent e141a4735b
commit f4237392fe
4 changed files with 28 additions and 28 deletions

View File

@@ -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);