TF-1810 Implement store detailed email to cache
(cherry picked from commit 6be6d69ad8e5fb05d839e2649b1f444613eea6d1)
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ class GetNewReceiveEmailFromNotificationInteractor {
|
||||
accountId,
|
||||
currentState);
|
||||
|
||||
yield Right<Failure, Success>(GetNewReceiveEmailFromNotificationSuccess(accountId, session, listEmailIds));
|
||||
yield Right<Failure, Success>(GetNewReceiveEmailFromNotificationSuccess(accountId, session, listEmailIds.toSet()));
|
||||
} else {
|
||||
yield Left<Failure, Success>(GetNewReceiveEmailFromNotificationFailure(EmailStateNoChangeException()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user