You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
On page 7 we modify popularity from type Popularity to LiveData<Popularity>, which causes the build to fail because the PlainOldActivitySolution2 and 3 depend on the older type. The solution ViewModels should connect to a separate solution PlainOldActivity that we do not touch, thereby preventing the issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On page 7 we modify popularity from type
Popularity
toLiveData<Popularity>
, which causes the build to fail because thePlainOldActivitySolution2
and 3 depend on the older type. The solution ViewModels should connect to a separate solutionPlainOldActivity
that we do not touch, thereby preventing the issue.The text was updated successfully, but these errors were encountered: