Revert "Small improvement"

This reverts commit 42b14b4f20.
This commit is contained in:
M66B 2020-06-24 12:20:23 +02:00
parent 797985849a
commit a817bddb5f
1 changed files with 1 additions and 1 deletions

View File

@ -5732,7 +5732,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
int resid = 0;
if (data.second.country != null)
resid = getResources().getIdentifier(
"flag_" + data.second.country.toLowerCase(Locale.ROOT),
"flag_" + data.second.country.toLowerCase(),
"drawable", getContext().getPackageName());
if (resid == 0)