kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add explicit log-line with status code for redemption success.
rodzic
bbb9eab148
commit
755a25519a
|
@ -123,6 +123,8 @@ public class DonationReceiptRedemptionJob extends BaseJob {
|
||||||
throw new RetryableException();
|
throw new RetryableException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Log.i(TAG, "Successfully redeemed token with response code " + response.getStatus() + "... isForSubscription: " + isForSubscription(), true);
|
||||||
|
|
||||||
if (isForSubscription()) {
|
if (isForSubscription()) {
|
||||||
Log.d(TAG, "Clearing subscription failure", true);
|
Log.d(TAG, "Clearing subscription failure", true);
|
||||||
SignalStore.donationsValues().clearSubscriptionRedemptionFailed();
|
SignalStore.donationsValues().clearSubscriptionRedemptionFailed();
|
||||||
|
|
Ładowanie…
Reference in New Issue