From 7b2e6cb1bd4bb1cd2fc6a76f0d4e33b08da2f2ec Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Thu, 8 May 2025 12:38:42 +0530 Subject: [PATCH] fix(network): remove NativeAdapter to support big file upload --- mobile/lib/core/network/network.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/mobile/lib/core/network/network.dart b/mobile/lib/core/network/network.dart index ba2540b401..62ed28ff53 100644 --- a/mobile/lib/core/network/network.dart +++ b/mobile/lib/core/network/network.dart @@ -39,9 +39,6 @@ class NetworkClient { ), ); - _dio.httpClientAdapter = NativeAdapter(); - _enteDio.httpClientAdapter = NativeAdapter(); - _setupInterceptors(endpoint); Bus.instance.on().listen((event) {