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
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.
It seem that only the background of a port layout is clickable. If you click on any textview, nothing happens.
The text was updated successfully, but these errors were encountered: