model comment
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2021-05-10 17:20:43 -07:00
parent 5e8fb26893
commit 0687fe9b70
1 changed files with 2 additions and 2 deletions

View File

@ -413,9 +413,9 @@ class MessageState extends ChangeNotifier {
}
this._loaded = true;
//update ackd last as it's changenotified
this.ackd = messageWrapper['Acknowledged'];
//update ackd and error last as they are changenotified
this.ackd = messageWrapper['Acknowledged'];
if (messageWrapper['Error'] != null) {
this.error = true;
}