Skip to content

roomlist: Fix ListSectionDelegate usage

Carl Schwan requested to merge work/carl/section-delegate-fullwidth into master

The default property of ListSectionDelegate is already an alias to the RowLayout.data and trying to use RoomLayout.children didn't work as expected.

Merge request reports