mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Cloud sync: last modification improvements
This commit is contained in:
@@ -364,7 +364,8 @@ public class EntityIdentity {
|
||||
(!state || Objects.equals(i1.state, other.state)) &&
|
||||
(!state || Objects.equals(i1.error, other.error)) &&
|
||||
(!state || Objects.equals(i1.last_connected, other.last_connected)) &&
|
||||
(!state || Objects.equals(i1.max_size, other.max_size)));
|
||||
(!state || Objects.equals(i1.max_size, other.max_size)) &&
|
||||
(!state || Objects.equals(i1.last_modified, other.last_modified)));
|
||||
}
|
||||
|
||||
String getDisplayName() {
|
||||
|
||||
Reference in New Issue
Block a user