mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Select action on swipe
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user