Improve Logic for Handelling Interrupted Downloads #797

Merged
sarah merged 6 commits from post-stable-fixes into trunk 2024-01-04 20:16:55 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d6d064b804 - Show all commits

View File

@ -233,6 +233,7 @@ class ContactInfoState extends ChangeNotifier {
return this._newMarkerMsgIndex;
}
int get totalMessages => this._totalMessages;
int get totalMessages => this._totalMessages;
set totalMessages(int newVal) {