mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Start re-work of play billing checkout flow.
This commit is contained in:
committed by
Greyson Parrelli
parent
b340097f9c
commit
48bd57c56a
@@ -60,6 +60,10 @@ class InAppPaymentRecurringContextJob private constructor(
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a job chain using data from the given InAppPayment. This object is passed by ID to the job,
|
||||
* meaning the job will always load the freshest data it can about the payment.
|
||||
*/
|
||||
fun createJobChain(inAppPayment: InAppPaymentTable.InAppPayment, makePrimary: Boolean = false): Chain {
|
||||
return AppDependencies.jobManager
|
||||
.startChain(create(inAppPayment))
|
||||
|
||||
Reference in New Issue
Block a user