Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fdd7400 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Long click for messages with links

parent 13b0ee56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -414,6 +414,7 @@ public class MessageListAdapter extends RecyclerCursorAdapter<MessageListViewHol
        }
        holder.mBodyTextView.setVisibility(TextUtils.isEmpty(buf) ? View.GONE : View.VISIBLE);
        holder.mBodyTextView.setOnClickListener(v -> holder.mRoot.callOnClick());
        holder.mBodyTextView.setOnLongClickListener(v -> holder.mRoot.performLongClick());
    }

    private void bindTimestamp(MessageListViewHolder holder, MessageItem messageItem) {