refactor(app): navigation

This commit is contained in:
rhunk
2024-02-10 19:00:58 +01:00
parent d6128a8849
commit 3e3424fea3
23 changed files with 887 additions and 1023 deletions

View File

@ -110,7 +110,6 @@ class BridgeClient(
return runCatching {
block()
}.getOrElse {
context.log.error("failed to call service", it)
if (it is DeadObjectException) {
context.softRestartApp()
}