Small fix

This commit is contained in:
M66B
2025-03-25 08:45:18 +01:00
parent 9af74173bd
commit f8abfd3579

View File

@@ -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)));