Skip to content
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

Support ComponentActivity for Jetpack Compose template projects #132

Conversation

Ninjars
Copy link
Collaborator

@Ninjars Ninjars commented Sep 8, 2022

Description

Replace ActivityIntegrationPoint dependency on AppCompatActivity with Activity
Add NodeComponentActivity as a drop-in replacement for NodeActivity in projects using ComponentActivity

Note: ComponentActivity provides as registerForActivityResult() api that deprecates onActivityResult() and onRequestPermissionsResult(), but I've deemed implementing a solution for supporting that new result api beyond the scope of this PR.

Fixes #131

Check list

  • I have updated CHANGELOG.md if required.
  • I have updated documentation if required.

Copy link
Collaborator

@KovalevAndrey KovalevAndrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KovalevAndrey KovalevAndrey merged commit c520d39 into bumble-tech:main Sep 8, 2022
@Ninjars Ninjars deleted the support-componentactivity-for-jetpack-compose branch September 9, 2022 10:10
@LachlanMcKee LachlanMcKee added the enhancement New feature or request label Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ComponentActivity for Jetpack Compose projects
3 participants