mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01: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
|
@Override
|
||||||
public void onFailure() {
|
public void onFailure() {
|
||||||
|
if (isForSubscription()) {
|
||||||
|
Log.d(TAG, "Marking subscription failure", true);
|
||||||
|
SignalStore.donationsValues().markSubscriptionRedemptionFailed();
|
||||||
|
MultiDeviceSubscriptionSyncRequestJob.enqueue();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user