Fix leaked refreshActiveSubscription disposable.
This commit is contained in:
parent
3e91be66df
commit
652e14b302
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class DonateToSignalViewModel(
|
|||
}
|
||||
|
||||
fun refreshActiveSubscription() {
|
||||
RecurringInAppPaymentRepository
|
||||
monthlyDonationDisposables += RecurringInAppPaymentRepository
|
||||
.getActiveSubscription(InAppPaymentSubscriberRecord.Type.DONATION)
|
||||
.subscribeBy(
|
||||
onSuccess = {
|
||||
|
|
Loading…
Add table
Reference in a new issue