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(
|
open class DialogContext(
|
||||||
bank: BankData,
|
bank: BankData,
|
||||||
product: ProductData,
|
product: ProductData,
|
||||||
|
val closeDialog: Boolean = true,
|
||||||
var abortIfTanIsRequired: Boolean = false,
|
var abortIfTanIsRequired: Boolean = false,
|
||||||
var currentMessage: MessageBuilderResult? = null,
|
var currentMessage: MessageBuilderResult? = null,
|
||||||
var dialogId: String = InitialDialogId,
|
var dialogId: String = InitialDialogId,
|
||||||
|
|
Loading…
Reference in New Issue