-
Notifications
You must be signed in to change notification settings - Fork 746
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
Remove fragment module #6894
Remove fragment module #6894
Conversation
|
f60a448
to
d7b2cc0
Compare
SonarCloud Quality Gate failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't tested, but LGTM, thanks for the changes!
Just what about the Danger warnings? |
Type of change
Content
Remove Fragment module, using Hilt annotation
@AndroidEntryPoint
instead. Less boilerplate code (and potentially less conflict in the class FragmentModule).Could be nice to merge fast, since we may have conflict quite fast.
Motivation and context
Fixes #5420 (see details there)
Screenshots / GIFs
NA
Tests
- Smoke test on the app using a real device: OK
Tested devices
Checklist