mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Do nothing if the error returned is SETUP_CANCELLED.
This commit is contained in:
@@ -332,6 +332,9 @@ class InAppPaymentCheckoutDelegate(
|
||||
}
|
||||
|
||||
when (error.type) {
|
||||
InAppPaymentData.Error.Type.SETUP_CANCELLED -> {
|
||||
Log.d(TAG, "User canceled payment setup.", true)
|
||||
}
|
||||
else -> {
|
||||
Log.d(TAG, "Displaying donation error dialog.", true)
|
||||
errorDialog = DonationErrorDialogs.show(
|
||||
|
||||
Reference in New Issue
Block a user