Mark primary account in navigation menu

This commit is contained in:
M66B 2019-02-26 11:54:45 +00:00
parent 88d4ef4898
commit d36c84227f
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
R.layout.item_drawer, -1,
"connected".equals(account.state) ? R.drawable.baseline_folder_24 : R.drawable.baseline_folder_open_24,
account.color,
account.unseen > 0 ? getString(R.string.title_unseen_count, account.name, account.unseen) : account.name,
account.unseen > 0 ? getString(R.string.title_unseen_count, account.name, account.unseen) : account.toString(),
account.unseen > 0,
account.id));