Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-09 12:42:30 +03:00
parent 904d4bb006
commit b352bb6235
39 changed files with 353 additions and 5 deletions

View file

@ -45,7 +45,7 @@ internal class ProxyAppRouter(
runCatching {
innerRouter.replaceAll(*routes, onComplete = onComplete)
}.getOrElse {
Timber.tag("ASDASD").e(it)
Timber.e(it)
}
}
}