Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-03 11:39:52 +05:00
parent 2f5b70dfaa
commit e18f70eb71
13 changed files with 135 additions and 36 deletions

View file

@ -75,6 +75,7 @@ internal class ProxyAppRouter(
try {
block()
} catch (e: Throwable) {
Timber.e(e)
onComplete(false)
}
}