Folder done

This commit is contained in:
M66B
2020-09-28 19:06:14 +02:00
parent ca884e520f
commit 67761051c5
7 changed files with 36 additions and 29 deletions

View File

@@ -90,8 +90,8 @@ public class AdapterNavAccount extends RecyclerView.Adapter<AdapterNavAccount.Vi
private void bindTo(TupleAccountEx account) {
ivItem.setImageResource("connected".equals(account.state)
? account.primary ? R.drawable.baseline_folder_special_24 : R.drawable.baseline_folder_24
: R.drawable.twotone_folder_open_24);
? account.primary ? R.drawable.twotone_folder_special_24 : R.drawable.twotone_folder_done_24
: R.drawable.twotone_folder_24);
if (account.color == null)
ivItem.clearColorFilter();