mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Simplification
This commit is contained in:
@@ -603,9 +603,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
|
||||
private boolean onClick(MotionEvent event) {
|
||||
TextView widget = tvBody;
|
||||
Spannable buffer = (Spannable) tvBody.getText();
|
||||
int off = Helper.getOffset(widget, buffer, event);
|
||||
int off = Helper.getOffset(tvBody, buffer, event);
|
||||
|
||||
TupleMessageEx message = getMessage();
|
||||
if (message == null)
|
||||
|
||||
Reference in New Issue
Block a user