File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
WordPress/src/main/java/org/wordpress/android/sharedlogin/provider Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import org.wordpress.android.WordPress
66import org.wordpress.android.fluxc.store.AccountStore
77import org.wordpress.android.provider.query.QueryContentProvider
88import org.wordpress.android.provider.query.QueryResult
9+ import org.wordpress.android.util.config.JetpackProviderSyncFeatureConfig
910import org.wordpress.android.util.publicdata.ClientVerification
1011import org.wordpress.android.util.signature.SignatureNotFoundException
1112import javax.inject.Inject
@@ -14,6 +15,7 @@ class SharedLoginProvider : QueryContentProvider() {
1415 @Inject lateinit var accountStore: AccountStore
1516 @Inject lateinit var queryResult: QueryResult
1617 @Inject lateinit var clientVerification: ClientVerification
18+ @Inject lateinit var jetpackProviderSyncFeatureConfig: JetpackProviderSyncFeatureConfig
1719
1820 override fun onCreate (): Boolean {
1921 return true
You can’t perform that action at this time.
0 commit comments