TF-2871 Block notification on folders Sent, Outbox, Drafts, Spam and Trash
This commit is contained in:
@@ -61,9 +61,7 @@ class CredentialBindings extends InteractorsBindings {
|
||||
Get.find<CredentialRepository>(),
|
||||
Get.find<AccountRepository>()
|
||||
));
|
||||
Get.put(UpdateAccountCacheInteractor(
|
||||
Get.find<AccountRepository>(),
|
||||
Get.find<CredentialRepository>()));
|
||||
Get.put(UpdateAccountCacheInteractor(Get.find<AccountRepository>()));
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user