Skip to content

Commit

Permalink
refactor(provider): convert private context to protected on ProviderW…
Browse files Browse the repository at this point in the history
…ebViewApi
  • Loading branch information
rhenwinch committed Sep 12, 2024
1 parent 69925f6 commit ac28979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ abstract class ProviderApi(
abstract class ProviderWebViewApi(
client: OkHttpClient,
provider: Provider,
private val context: Context,
val context: Context,
) : ProviderApi(
client = client,
provider = provider
Expand Down

0 comments on commit ac28979

Please sign in to comment.