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
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
We need to remove an element from the list adapter via onClick for a button that is a widget inside the row.
Banging my head around different options but none is working.
Ideally we should access a ListView and get adapter from it to remove item from it and trigger notification to the ListView that data is changed.
But the problem is that we can't access ListView from within the Object that is inherited from SlottedListable
We need to remove an element from the list adapter via onClick for a button that is a widget inside the row.
Banging my head around different options but none is working.
Ideally we should access a ListView and get adapter from it to remove item from it and trigger notification to the ListView that data is changed.
But the problem is that we can't access ListView from within the Object that is inherited from SlottedListable