mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Refactoring
This commit is contained in:
@@ -312,7 +312,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
if (account < 0 && !primary)
|
||||
tvType.setText(folder.accountName);
|
||||
else
|
||||
tvType.setText(Helper.localizeFolderType(context, folder.type));
|
||||
tvType.setText(EntityFolder.localizeType(context, folder.type));
|
||||
|
||||
tvTotal.setText(folder.total == null ? "" : NF.format(folder.total));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user