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
The HomeFragment is currently obtaining the data it requires directly from the repository and in the Main dispatcher.
Instead of doing it this way, we should introduce a HomeViewModel that provides all the information HomeFragment requires in the form of a HomeUiState.
The text was updated successfully, but these errors were encountered:
The HomeFragment is currently obtaining the data it requires directly from the repository and in the Main dispatcher.
Instead of doing it this way, we should introduce a HomeViewModel that provides all the information HomeFragment requires in the form of a HomeUiState.
The text was updated successfully, but these errors were encountered: