mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Add billing fix.
This commit is contained in:
committed by
Cody Henthorne
parent
cf8e05fa39
commit
bb7ee5915c
@@ -8,7 +8,7 @@ import org.signal.core.util.billing.BillingApi
|
||||
*/
|
||||
object BillingFactory {
|
||||
@JvmStatic
|
||||
fun create(context: Context): BillingApi {
|
||||
fun create(context: Context, isBackupsAvailable: Boolean): BillingApi {
|
||||
return BillingApi.Empty
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user