-
Notifications
You must be signed in to change notification settings - Fork 186
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
LiveData is not reloaded when back is pressed and returned back to app #4
Comments
Hi @eugeneroz |
use like this
in repository add this method |
@prakashreddyofferly How do you get lifecycleOwner inside viewmodel |
@vignesh6 you can follow my approach, and let me know in case of any problem |
Reproduce steps:
Actual:
Data is presented without loading it from network
Expected:
Data should be loaded from network
The text was updated successfully, but these errors were encountered: