Skip to content
  • Ismael Asensio's avatar
    switchers/icons: Fix clicking on items · 355c1a33
    Ismael Asensio authored
    The reference to the list view using the `ListView`attached
    property was not working within the `TapHandler` in the
    delegates, and thus not acting on tap/click.
    
    Use the `id` to reference it directly.
    
    Amends e6bb39b6
    355c1a33