mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 18:35:06 +01:00
Small fix
This commit is contained in:
@@ -112,7 +112,7 @@ public class AdapterNavMenu extends RecyclerView.Adapter<AdapterNavMenu.ViewHold
|
||||
? View.GONE : View.VISIBLE);
|
||||
|
||||
if (count == null)
|
||||
tvItem.setText(menu.getTitle());
|
||||
tvItem.setText(context.getString(menu.getTitle()));
|
||||
else
|
||||
tvItem.setText(context.getString(R.string.title_name_count,
|
||||
context.getString(menu.getTitle()), NF.format(count)));
|
||||
|
||||
Reference in New Issue
Block a user