TF-654 Show the progress of download attachment on web
This commit is contained in:
@@ -76,7 +76,8 @@ class NetworkBindings extends Bindings {
|
||||
Get.put(ThreadAPI(Get.find<JmapHttpClient.HttpClient>()));
|
||||
Get.put(EmailAPI(
|
||||
Get.find<JmapHttpClient.HttpClient>(),
|
||||
Get.find<DownloadManager>()));
|
||||
Get.find<DownloadManager>(),
|
||||
Get.find<DioClient>()));
|
||||
Get.put(ManageAccountAPI(Get.find<JmapHttpClient.HttpClient>()));
|
||||
Get.put(ContactAPI(Get.find<JmapHttpClient.HttpClient>()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user