mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-20 17:57:29 +00:00
Mark sub badge redemption failed in DonationReceiptRedemptionJob#onFailure.
This commit is contained in:
committed by
Greyson Parrelli
parent
fb1ba5a13e
commit
4bdea886e3
@@ -74,6 +74,11 @@ public class DonationReceiptRedemptionJob extends BaseJob {
|
||||
|
||||
@Override
|
||||
public void onFailure() {
|
||||
if (isForSubscription()) {
|
||||
Log.d(TAG, "Marking subscription failure", true);
|
||||
SignalStore.donationsValues().markSubscriptionRedemptionFailed();
|
||||
MultiDeviceSubscriptionSyncRequestJob.enqueue();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user