Replace report spam icon

This commit is contained in:
M66B
2021-09-04 16:24:22 +02:00
parent 77610b52f3
commit ee202dcb1a
7 changed files with 8 additions and 8 deletions

View File

@@ -346,7 +346,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
if (EntityFolder.TRASH.equals(type))
return R.drawable.twotone_delete_24;
if (EntityFolder.JUNK.equals(type))
return R.drawable.twotone_report_problem_24;
return R.drawable.twotone_report_24;
if (EntityFolder.SYSTEM.equals(type))
return R.drawable.twotone_folder_special_24;
return R.drawable.twotone_folder_24;