feat(mobile): archive action (#19630)

* feat(mobile): archive action

* fix: lint

* Update i18n/en.json

Co-authored-by: Alex <alex.tran1502@gmail.com>

* fix: lint

* fix: lint

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Daimolean 2025-07-01 03:38:15 +08:00 committed by GitHub
parent 53020852ec
commit 32a7087883
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 114 additions and 3 deletions

View file

@ -121,7 +121,7 @@ class ApiService implements Authentication {
try {
await setEndpoint(serverUrl);
await serverInfoApi.pingServer().timeout(const Duration(seconds: 5));
await serverInfoApi.pingServer().timeout(const Duration(seconds: 60));
} on TimeoutException catch (_) {
return false;
} on SocketException catch (_) {