mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Don't show the "message the user" button when the problem is local
This commit is contained in:
parent
a09b8c5862
commit
6ac930c241
@ -366,7 +366,7 @@ fun PayViaIntentDialog(
|
||||
|
||||
PayButton(isActive = !paid.value) {
|
||||
payViaIntent(payable.invoice, context, { paid.value = true }) {
|
||||
justShowError(UserBasedErrorMessage(it, payable.user))
|
||||
justShowError(UserBasedErrorMessage(it, null))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user