Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-06 16:41:18 +04:00
parent 3657431565
commit 4a638a4b4f
2 changed files with 2 additions and 3 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,
)
}
}