Use folder color for folder swipe icon color

This commit is contained in:
M66B
2020-04-02 20:31:30 +02:00
parent f2d5128655
commit 917453e407
3 changed files with 8 additions and 2 deletions

View File

@@ -24,7 +24,9 @@ public class TupleAccountSwipes {
public Long swipe_left;
public String left_type;
public String left_name;
public Integer left_color;
public Long swipe_right;
public String right_type;
public String right_name;
public Integer right_color;
}