Added swipe to seen

This commit is contained in:
M66B
2019-07-17 14:23:23 +02:00
parent 87b9dbd834
commit f0922e9152
3 changed files with 27 additions and 9 deletions

View File

@@ -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))