change app package name

This commit is contained in:
2026-02-28 19:54:47 +01:00
parent c71470a627
commit 213279de18
15 changed files with 39 additions and 468 deletions

View File

@@ -25,6 +25,10 @@ class TreezorTokenInterceptor extends Interceptor {
_handling = true;
_onUnauthorized();
Future.delayed(const Duration(seconds: 2), () => _handling = false);
} else if (err.response?.statusCode == 500) {
_handling = true;
_onTokenExpired();
Future.delayed(const Duration(seconds: 2), () => _handling = false);
}
}
handler.next(err);