[Android][Disable work manager] Remove unuse interactors in sending queue
(cherry picked from commit 4bd7885845b1135e019869c733a42209da5df8e9)
This commit is contained in:
committed by
Dat H. Pham
parent
0bef995f52
commit
b358188362
+3
-3
@@ -1914,7 +1914,7 @@ class MailboxDashBoardController extends ReloadableController {
|
||||
);
|
||||
break;
|
||||
case ComposeActionMode.editQueue:
|
||||
_handleUpdateSendingEmail(
|
||||
_tryToStoreSendingEmail(
|
||||
arguments.session,
|
||||
arguments.accountId,
|
||||
arguments.emailRequest,
|
||||
@@ -1949,7 +1949,7 @@ class MailboxDashBoardController extends ReloadableController {
|
||||
|
||||
void _storeSendingEmailInCaseOfSendingFailureInMobile(SendEmailFailure failure) {
|
||||
if (PlatformInfo.isMobile) {
|
||||
_handleUpdateSendingEmail(
|
||||
_tryToStoreSendingEmail(
|
||||
failure.session,
|
||||
failure.accountId,
|
||||
failure.emailRequest,
|
||||
@@ -1958,7 +1958,7 @@ class MailboxDashBoardController extends ReloadableController {
|
||||
}
|
||||
}
|
||||
|
||||
void _handleUpdateSendingEmail(
|
||||
void _tryToStoreSendingEmail(
|
||||
Session session,
|
||||
AccountId accountId,
|
||||
EmailRequest emailRequest,
|
||||
|
||||
Reference in New Issue
Block a user