splash gif switched by lottie animation

This commit is contained in:
2026-03-05 10:12:55 +01:00
parent 88275c4ae6
commit 46b062bc48
5 changed files with 50 additions and 28 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 KiB

View File

@@ -32,6 +32,9 @@ Future<void> initApp(EnvironmentEnum env) async {
log: env.isDevelopment || kDebugMode,
onTokenExpired: () => appRouter.go(AppRoutes.scaTreezor),
onUnauthorized: () async {
final currentLocation =
appRouter.routerDelegate.currentConfiguration.uri.path;
if (currentLocation == AppRoutes.splash) return;
try {
await GetIt.I<TreezorWalletConnectionService>().logout();
} catch (_) {}