googlecodelabs / android-build-an-app-architecture-components

Other
267 stars 132 forks source link

Wrong variable type in the diagram #27

Closed DhruvamSharma closed 6 years ago

DhruvamSharma commented 6 years ago

The variable type mentioned in the diagram is LiveData<List<List>> while it should have been LiveData<List> in MainActivityViewModel Box .