mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Folder done
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user