Skip to content
Snippets Groups Projects
Commit 50db6635 authored by Taras's avatar Taras
Browse files

Create implementation for fdroid flavour

parent dddf4224
No related branches found
No related tags found
No related merge requests found
package org.futo.circles.subscriptions
import android.app.Activity
import org.futo.circles.R
object SubscriptionManagerProvider : SubscriptionProvider {
override fun getManager(
activity: Activity,
itemPurchaseListener: ItemPurchasedListener
): SubscriptionManager =
throw IllegalStateException(activity.getString(R.string.flavour_does_not_support_subscriptions))
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment