Get state cache by AccountId
(cherry picked from commit 9bb1de613ca58e5a7cb66fbc97ecd308754d088b)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ class GetEmailChangesToRemoveNotificationInteractor {
|
||||
try {
|
||||
yield Right<Failure, Success>(GetEmailChangesToRemoveNotificationLoading());
|
||||
|
||||
final currentState = await _emailRepository.getEmailState();
|
||||
final currentState = await _emailRepository.getEmailState(accountId);
|
||||
log('GetEmailChangesToRemoveNotificationInteractor::execute():currentState: $currentState');
|
||||
if (currentState != null) {
|
||||
final emailIds = await _fcmRepository.getEmailChangesToRemoveNotification(
|
||||
|
||||
Reference in New Issue
Block a user