Show account separate notifications

This commit is contained in:
M66B
2019-03-19 17:55:54 +00:00
parent 79bbfdd211
commit 44df12724f
3 changed files with 15 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ public class TupleAccountEx extends EntityAccount {
Objects.equals(this.color, other.color) &&
this.synchronize.equals(other.synchronize) &&
this.primary.equals(other.primary) &&
this.notify.equals(other.notify) &&
Objects.equals(this.tbd, other.tbd) &&
Objects.equals(this.state, other.state) &&
Objects.equals(this.error, other.error) &&