TF-1869: GetEmailFromCache when click to notification on foreground

(cherry picked from commit adf16e17070f4e62b3757228a7b9cf6becda828b)
This commit is contained in:
HuyNguyen
2023-05-23 18:06:32 +07:00
committed by Dat Vu
parent 109ea54204
commit 36e08e56d2
3 changed files with 57 additions and 3 deletions
@@ -303,7 +303,8 @@ class MailboxDashBoardBindings extends BaseBindings {
Get.lazyPut(() => GetAppDashboardConfigurationInteractor(
Get.find<AppConfigLoader>()));
Get.lazyPut(() => GetEmailByIdInteractor(
Get.find<ThreadRepository>()));
Get.find<ThreadRepository>(),
Get.find<EmailRepository>()));
Get.lazyPut(() => UpdateAuthenticationAccountInteractor(Get.find<AccountRepository>()));
Get.lazyPut(() => StoreSpamReportInteractor(
Get.find<SpamReportRepository>()));