- Make `RoomListDataSource.allRooms` a `SharedFlow` so we can know when we don't have a value yet. - Map its output in `RoomListPresenter` to `AsyncData`. - Display the new empty state when the room list has loaded and has no items.
2 lines
34 B
Gherkin
2 lines
34 B
Gherkin
Add empty state to the room list.
|