This commit is contained in:
M66B 2021-08-22 07:10:34 +02:00
parent 1bccd479ae
commit 2b2ed3a7bb
1 changed files with 1 additions and 1 deletions

View File

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