Implemented that TransferMoneyDialog stays open if an error occurs
This commit is contained in:
parent
8b9744d81b
commit
3b41f41cf3
1 changed files with 3 additions and 1 deletions
|
@ -252,7 +252,9 @@ open class TransferMoneyDialog : DialogFragment() {
|
|||
.show()
|
||||
}
|
||||
|
||||
this.dismiss()
|
||||
if (response.isSuccessful || response.userCancelledAction) {
|
||||
this.dismiss()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue