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

Fix crash when visiting preference activity #1605

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

khaykov
Copy link
Member

@khaykov khaykov commented Aug 12, 2023

This PR fixes the crash that happens when you open Preferences.

In recent IAP changes, I modified IAP view model, and dod not add a required @AndroidEntryPoint annotation to PreferencesActivity, which caused it to crash.

This PR addresses this.

To test, navigate to "Settings" from the nav drawer and confirm that you can see Settings activity without a crash.

@khaykov khaykov added the [Type] Bug Something isn't working. label Aug 12, 2023
@khaykov khaykov marked this pull request as ready for review August 12, 2023 01:13
@khaykov khaykov requested a review from danilo04 August 12, 2023 01:13
Copy link
Contributor

@danilo04 danilo04 left a comment

Choose a reason for hiding this comment

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

I think this is required since some people is having issues.

@khaykov khaykov merged commit 4c0d490 into trunk Aug 14, 2023
8 checks passed
@khaykov khaykov deleted the issue/fix-preference-activity-crash branch August 14, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug Something isn't working.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants