Fixed that if continuationId is set and followUpResponse != null, then callback hasn't been called

This commit is contained in:
dankito 2020-07-26 17:04:56 +02:00
parent 96ae87e292
commit 45d4f4ae46
1 changed files with 3 additions and 0 deletions

View File

@ -619,6 +619,9 @@ open class FinTsClient(
callback(handledResponse)
}
}
else {
callback(handledResponse)
}
}
?: run {
dialogContext.chunkedResponseHandler?.invoke(handledResponse)