mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-01 01:46:54 +01:00
f2ed6a0dab
The copy button meant that some dialogs did not return the item click. Fix this by having the adapter listen for clicks and forward them on. Pre-emptively move the adapter to core.ui, as it's going to be useful for the other accessiblity delegates. Fixes #1108