TF-1842: Handle error for _deleteSendingEmailAction and _sendEmailAction
(cherry picked from commit 7b2ab3e85a778a6662ede7c81b3cdddcbd0e7204)
This commit is contained in:
@@ -243,9 +243,6 @@ abstract class BaseController extends GetxController
|
||||
FcmConfiguration.initialize();
|
||||
FcmInteractorBindings().dependencies();
|
||||
FcmMessageController.instance.initializeFromAccountId(accountId, session);
|
||||
if (!BuildUtils.isWeb) {
|
||||
LocalNotificationManager.instance.setUp();
|
||||
}
|
||||
} else {
|
||||
throw NotSupportFCMException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user