mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Oops
This commit is contained in:
parent
1bccd479ae
commit
2b2ed3a7bb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue