mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Added folder type icons
This commit is contained in:
@@ -198,7 +198,9 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
|
||||
static int getIcon(String type) {
|
||||
if (EntityFolder.INBOX.equals(type))
|
||||
return R.drawable.baseline_move_to_inbox_24;
|
||||
return R.drawable.baseline_inbox_24;
|
||||
if (EntityFolder.DRAFTS.equals(type))
|
||||
return R.drawable.baseline_drafts_24;
|
||||
if (EntityFolder.ARCHIVE.equals(type))
|
||||
return R.drawable.baseline_archive_24;
|
||||
if (EntityFolder.TRASH.equals(type))
|
||||
|
||||
Reference in New Issue
Block a user