1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00
This commit is contained in:
M66B 2024-04-28 18:15:28 +02:00
parent bb442b14c0
commit f902e252f0

View file

@ -2555,7 +2555,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
} }
} else { } else {
boolean homoPersonal = TextHelper.isSingleScript(personal); boolean homoPersonal = TextHelper.isSingleScript(personal);
if (BuildConfig.DEBUG && !homoPersonal) if (debug && !homoPersonal)
personal = TextHelper.getNonLatinCodepoints(personal); personal = TextHelper.getNonLatinCodepoints(personal);
ssb.append(personal); ssb.append(personal);
if (!homoPersonal) { if (!homoPersonal) {