Skip to content

Commit 109ac57

Browse files
authored
[mob] remove NativeAdapter to support big file upload (#5843)
## Description Big file uploads fail when using NativeAdapter, this PR: - [x] Removes NativeAdapter http client adapter ## Tests
2 parents d18d939 + 2355925 commit 109ac57

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

mobile/lib/core/network/network.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class NetworkClient {
3939
),
4040
);
4141

42-
_dio.httpClientAdapter = NativeAdapter();
4342
_enteDio.httpClientAdapter = NativeAdapter();
4443

4544
_setupInterceptors(endpoint);

mobile/lib/generated/l10n.dart

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: ente photos application
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1414

15-
version: 1.0.9+1039
15+
version: 1.0.10+1040
1616
publish_to: none
1717

1818
environment:

0 commit comments

Comments
 (0)