Workaround unselectable text

pull/204/head
M66B 3 years ago
parent c9836f8006
commit ecf1f6689e

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

Loading…
Cancel
Save