mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
parent
797985849a
commit
a817bddb5f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue