mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Remove blocking get from donation jobs.
This commit is contained in:
committed by
Greyson Parrelli
parent
8f12b2041a
commit
f50bf3e9c2
@@ -52,8 +52,7 @@ class DeleteAccountRepository {
|
||||
|
||||
Subscriber subscriber = SignalStore.donationsValues().requireSubscriber();
|
||||
ServiceResponse<EmptyResponse> cancelSubscriptionResponse = ApplicationDependencies.getDonationsService()
|
||||
.cancelSubscription(subscriber.getSubscriberId())
|
||||
.blockingGet();
|
||||
.cancelSubscription(subscriber.getSubscriberId());
|
||||
|
||||
if (cancelSubscriptionResponse.getExecutionError().isPresent()) {
|
||||
Log.w(TAG, "deleteAccount: failed attempt to cancel subscription");
|
||||
|
||||
Reference in New Issue
Block a user