TF-3385 Update mark as read and star
This commit is contained in:
@@ -49,6 +49,7 @@ class ThreadRepositoryImpl extends ThreadRepository {
|
||||
Properties? propertiesCreated,
|
||||
Properties? propertiesUpdated,
|
||||
bool getLatestChanges = true,
|
||||
bool skipCache = false,
|
||||
}
|
||||
) async* {
|
||||
log('ThreadRepositoryImpl::getAllEmail(): filter = ${emailFilter?.mailboxId}');
|
||||
@@ -88,7 +89,7 @@ class ThreadRepositoryImpl extends ThreadRepository {
|
||||
);
|
||||
}
|
||||
yield networkEmailResponse;
|
||||
} else {
|
||||
} else if (!skipCache) {
|
||||
yield localEmailResponse;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user