TF-359 Open mailto link outside the Tmail app in mobile/tablet
This commit is contained in:
@@ -4,6 +4,7 @@ import 'package:fluttertoast/fluttertoast.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
import 'package:tmail_ui_user/features/email/data/local/html_analyzer.dart';
|
||||
import 'package:tmail_ui_user/main/utils/email_receive_manager.dart';
|
||||
|
||||
class CoreBindings extends Bindings {
|
||||
|
||||
@@ -16,6 +17,7 @@ class CoreBindings extends Bindings {
|
||||
_bindingTransformer();
|
||||
_bindingToast();
|
||||
_bindingDeviceManager();
|
||||
_bindingReceivingSharingStream();
|
||||
}
|
||||
|
||||
void _bindingAppImagePaths() {
|
||||
@@ -47,4 +49,8 @@ class CoreBindings extends Bindings {
|
||||
Get.put(DeviceInfoPlugin());
|
||||
Get.put(DeviceManager(Get.find<DeviceInfoPlugin>()));
|
||||
}
|
||||
|
||||
void _bindingReceivingSharingStream() {
|
||||
Get.put(EmailReceiveManager());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user