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

Replace deprecated startActivityForResult #1238

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Replace deprecated startActivityForResult #1238

merged 1 commit into from
Dec 22, 2023

Conversation

cyb3rko
Copy link
Contributor

@cyb3rko cyb3rko commented Dec 3, 2023

Hi Aegis team,
this PR can hopefully finally close #807.
As #998 didn't come to a merge, maybe we can tackle that once again.

Things to discuss:

@cyb3rko
Copy link
Contributor Author

cyb3rko commented Dec 3, 2023

Ok, the test fails on the master as well.

@alexbakker
Copy link
Member

Did you disable all animations on your device/emulator before running the tests? The tests will be flaky with animations enabled.

@cyb3rko
Copy link
Contributor Author

cyb3rko commented Dec 3, 2023

Oh okay, works now

Copy link
Member

@alexbakker alexbakker left a comment

Choose a reason for hiding this comment

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

Thanks for working on this!

Do we want to replace the non-deprecated "Activity.startActivityForResult" as well

Yes, let's do that as well.

@cyb3rko
Copy link
Contributor Author

cyb3rko commented Dec 13, 2023

Alright, working on this

@cyb3rko cyb3rko marked this pull request as ready for review December 13, 2023 18:06
Copy link
Member

@alexbakker alexbakker left a comment

Choose a reason for hiding this comment

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

One more remark. Other than that, this looks good to me! Could you squash your commits?

@cyb3rko
Copy link
Contributor Author

cyb3rko commented Dec 21, 2023

Sure, everything's fixed and squashed

Copy link
Member

@alexbakker alexbakker left a comment

Choose a reason for hiding this comment

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

Thanks!

@alexbakker alexbakker merged commit a1d00b4 into beemdevelopment:master Dec 22, 2023
@cyb3rko cyb3rko deleted the startactivityforesult-deprecation branch December 22, 2023 21: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.

StartActivityForResult Deprecated In some Cases
2 participants