mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user