diff --git a/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/donate/InAppPaymentCheckoutDelegate.kt b/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/donate/InAppPaymentCheckoutDelegate.kt index 558e7f0fca..0264bee20d 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/donate/InAppPaymentCheckoutDelegate.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/components/settings/app/subscription/donate/InAppPaymentCheckoutDelegate.kt @@ -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(