Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-26 10:28:45 +03:00
parent 8f5db97d2f
commit 801a02506f
19 changed files with 255 additions and 338 deletions

View file

@ -57,7 +57,7 @@ private fun handleAction(action: Action, appState: () -> AppState?) {
}
is GlobalAction.ExchangeManager.Init -> {
val appStateSafe = appState() ?: return
val config = appStateSafe.globalState.configManager?.config ?: return
val config = appStateSafe.globalState.configManager?.getConfigSync() ?: return
scope.launch {
val scanResponseProvider: () -> ScanResponse? = {