Implemented that TransferMoneyDialog stays open if an error occurs
This commit is contained in:
parent
8b9744d81b
commit
3b41f41cf3
|
@ -252,7 +252,9 @@ open class TransferMoneyDialog : DialogFragment() {
|
|||
.show()
|
||||
}
|
||||
|
||||
this.dismiss()
|
||||
if (response.isSuccessful || response.userCancelledAction) {
|
||||
this.dismiss()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue