Forgot to commit that closeDialog has been added
This commit is contained in:
parent
229da4efc8
commit
bc180f68ab
|
@ -8,6 +8,7 @@ import net.dankito.banking.fints.response.BankResponse
|
|||
open class DialogContext(
|
||||
bank: BankData,
|
||||
product: ProductData,
|
||||
val closeDialog: Boolean = true,
|
||||
var abortIfTanIsRequired: Boolean = false,
|
||||
var currentMessage: MessageBuilderResult? = null,
|
||||
var dialogId: String = InitialDialogId,
|
||||
|
|
Loading…
Reference in New Issue