mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Made UI hide boolean again
This commit is contained in:
@@ -143,7 +143,7 @@ public class EntityMessage implements Serializable {
|
||||
@NonNull
|
||||
public Boolean ui_flagged = false;
|
||||
@NonNull
|
||||
public Long ui_hide = 0L;
|
||||
public Boolean ui_hide = false;
|
||||
@NonNull
|
||||
public Boolean ui_found = false;
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user