Skip to content

switchers/icons: Fix clicking on items

Ismael Asensio requested to merge work/iasensio/switchers-icons-fix-click into master

The reference to the list view using the ListViewattached property was not working within the TapHandler in the delegates, and thus not acting on tap/click.

Use the id to reference it directly.

(fixes bug included in e6bb39b6, so it only applies master)

Merge request reports