mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Workaround unselectable text
This commit is contained in:
parent
c9836f8006
commit
ecf1f6689e
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue