mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
Added swipe to seen
This commit is contained in:
@@ -200,8 +200,6 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
}
|
||||
|
||||
static int getIcon(String type) {
|
||||
if (type == null)
|
||||
return R.drawable.baseline_list_24;
|
||||
if (EntityFolder.INBOX.equals(type))
|
||||
return R.drawable.baseline_inbox_24;
|
||||
if (EntityFolder.DRAFTS.equals(type))
|
||||
|
||||
Reference in New Issue
Block a user