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
For EditLayout project there is no need to change anything in HomeDetailFragment but RoomListFragment which is used to show rooms lists in the app doesn't fit new requirements. To support enabling/disabling by FeatureFlags we decided to put new home screen implementation to a separate class, so this class needs to be created
Implementation will only be used for Home screen
needs to support different types of data to be presented in list
needs to support carousels
needs to provide a way to configure types of data, being presented
The text was updated successfully, but these errors were encountered:
For EditLayout project there is no need to change anything in
HomeDetailFragment
butRoomListFragment
which is used to show rooms lists in the app doesn't fit new requirements. To support enabling/disabling by FeatureFlags we decided to put new home screen implementation to a separate class, so this class needs to be createdThe text was updated successfully, but these errors were encountered: