Updated on 2026-08-14
This commit is contained in:
parent
ff2e57d572
commit
ca3e60ea5f
1 changed files with 1 additions and 2 deletions
|
|
@ -97,8 +97,7 @@ private fun handleAction(action: Action, appState: () -> AppState?, dispatch: Di
|
|||
return
|
||||
}
|
||||
|
||||
val scanResponse = globalState.onboardingState.onboardingManager?.scanResponse
|
||||
?: globalState.scanResponse
|
||||
val scanResponse = globalState.scanResponse ?: globalState.onboardingState.onboardingManager?.scanResponse
|
||||
|
||||
// if config not set -> try to get it based on a scanResponse.productType
|
||||
val unsafeZendeskConfig = action.zendeskConfig ?: when {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue