This commit is contained in:
M66B 2024-04-28 18:15:28 +02:00
parent bb442b14c0
commit f902e252f0
1 changed files with 1 additions and 1 deletions

View File

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