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

@@ -102,8 +102,8 @@ public class AdapterNavFolder extends RecyclerView.Adapter<AdapterNavFolder.View
ivItem.setImageResource(R.drawable.twotone_dns_24);
else
ivItem.setImageResource("connected".equals(folder.state)
? R.drawable.baseline_folder_24
: R.drawable.twotone_folder_open_24);
? R.drawable.twotone_folder_done_24
: R.drawable.twotone_folder_24);
if (folder.accountColor == null || !ActivityBilling.isPro(context))
ivItem.clearColorFilter();