mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 09:01:30 +01:00
Prevent crash
This commit is contained in:
@@ -322,7 +322,7 @@ public class EntityFolder implements Serializable {
|
||||
else
|
||||
folder.keep_days = folder.sync_days;
|
||||
|
||||
if (json.has("display"))
|
||||
if (json.has("display") && !json.isNull("display"))
|
||||
folder.display = json.getString("display");
|
||||
|
||||
if (json.has("hide"))
|
||||
|
||||
Reference in New Issue
Block a user