mirror of https://github.com/M66B/FairEmail.git
Debug
This commit is contained in:
parent
bb442b14c0
commit
f902e252f0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue