1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00
This commit is contained in:
M66B 2021-08-22 07:10:34 +02:00
parent 1bccd479ae
commit 2b2ed3a7bb

View file

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