-
Notifications
You must be signed in to change notification settings - Fork 121
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
ViewModelProviders is updated with ViewModelProvider #2974
ViewModelProviders is updated with ViewModelProvider #2974
Conversation
Have we tested for regressions? Can you please specify all the edge cases tested? |
Did a manual testing for screens which are using this factory class. |
Can you please resolve the build failures before I take a pass? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2974 +/- ##
=========================================
Coverage 63.55% 63.55%
Complexity 1242 1242
=========================================
Files 267 267
Lines 6506 6506
Branches 911 911
=========================================
Hits 4135 4135
Misses 1785 1785
Partials 586 586 |
Fixes #2973
Parent Ticket #2338
ViewModelProviders
is deprecated and updated with ViewModelProvider.@shobhitagarwal1612 PTAL?