Skip to content

Use the protected getCurrentActivity method #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

felixclack
Copy link

ReactContext#getCurrentActivity is a protected method and can't be
called on an instance of ReactContext.

Instead, as OAuthManagerModule extends ReactContextBaseJavaModule we
have access to the getCurrentActivity() method there and can use that
to avoid the access problem.

`ReactContext#getCurrentActivity` is a protected method and can't be
called on an instance of `ReactContext`.

Instead, as `OAuthManagerModule` extends `ReactContextBaseJavaModule` we
have access to the `getCurrentActivity()` method there and can use that
to avoid the access problem.
@felixclack felixclack closed this May 5, 2017
@felixclack felixclack deleted the protected-activity-method branch May 5, 2017 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant