Select action on swipe

This commit is contained in:
M66B
2019-06-26 16:04:24 +02:00
parent 02f129ad07
commit bdf9478075
3 changed files with 159 additions and 70 deletions

View File

@@ -198,6 +198,8 @@ 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))