-
Notifications
You must be signed in to change notification settings - Fork 482
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 issue #2 #3
base: main
Are you sure you want to change the base?
Fix issue #2 #3
Conversation
…iewModel was set as a wrong value
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
I signed it! |
CLAs look good, thanks! |
Why isn't this issue merged to master then? |
…profileobservalblefieldsviewmodel-state-fix � Conflicts: � BasicSample/app/src/main/java/com/example/android/databinding/basicsample/data/ProfileObservableViewModel.kt
@diwakarsinghdiwakar this branch is updated and the conflicts are resolved. I believe this is now ready to be merged. |
@codingjeremy should we close it or there is still chances to get it merged. |
@JoseAlcerreca I actually don't know how to approach this, I didn't contribute before so much. This fix the problem stated at issue #2 . Let me know if further modification needed.
I think some refactoring could be done on ViewModels to move out the duplicate parts.Refactored a little bit as popularity decision logic based on like count is common on bothProfileObservableViewModel
andProfileObservableFieldsViewModel
.