Cloud sync: last modification improvements

This commit is contained in:
M66B
2023-01-20 08:31:12 +01:00
parent 31f6fedb31
commit a4ac9e00e9
5 changed files with 10 additions and 8 deletions

View File

@@ -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() {