Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-06 17:10:29 +04:00
commit dcb6e2b6d2
3 changed files with 7 additions and 4 deletions

View file

@ -45,7 +45,7 @@ internal class ExcludedBlockchainsViewModel @Inject constructor(
state.update { state ->
state.copy(
popBack = router::back,
onRestartClick = appFinisher::finish,
onRestartClick = appFinisher::restart,
)
}
}