Ning
Ning copied to clipboard
Clicks on port items are not working properly
It seem that only the background of a port layout is clickable. If you click on any textview, nothing happens.
Thanks for the bug report!
The problem is, that the TextView has a long click listener to allow the user to copy the value. Because a long click listener is set, the TextView is marked as interactive thus also catching the on click listener.
The solution is probably moving the copy-functionality to a context menu handled by the recyclerview item.