1
0
Fork 0
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:
M66B 2021-08-21 18:23:04 +02:00
parent c9836f8006
commit ecf1f6689e

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);