Open
Description
Steps to reproduce:
- Switch off network connection
- Open the app, show "No network connection" snackbar
- Switch on network connection
- Click "Refresh", movies show up
- Then rotate screen, "No network connection" snackbar is shown.
The cause perhaps is that the MoviesViewModel
holds the previous Failure
value during configuration change.