Workaround unselectable text

This commit is contained in:
M66B 2021-08-21 18:23:04 +02:00
parent c9836f8006
commit ecf1f6689e
1 changed files with 2 additions and 0 deletions

View File

@ -932,6 +932,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
tvBody.setOnTouchListener(touchListener);
tvBody.setMovementMethod(movementMethod);
tvBody.setTextIsSelectable(false);
tvBody.setTextIsSelectable(true);
tvBody.addOnLayoutChangeListener(this);
ibCalendar.setOnClickListener(this);