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