Don't show the "message the user" button when the problem is local
This commit is contained in:
@@ -366,7 +366,7 @@ fun PayViaIntentDialog(
|
|||||||
|
|
||||||
PayButton(isActive = !paid.value) {
|
PayButton(isActive = !paid.value) {
|
||||||
payViaIntent(payable.invoice, context, { paid.value = true }) {
|
payViaIntent(payable.invoice, context, { paid.value = true }) {
|
||||||
justShowError(UserBasedErrorMessage(it, payable.user))
|
justShowError(UserBasedErrorMessage(it, null))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user