Commit d56ce890 authored by Thomas's avatar Thomas
Browse files

Quoted message can't be open for focused messages

parent ba745b30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -686,12 +686,12 @@ public class StatusAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder>
                return false;
            });
            holder.binding.quotedMessage.statusContent.setOnClickListener(v -> {
                if (status.isFocused || v.getTag() == SpannableHelper.CLICKABLE_SPAN) {
                /*if (status.isFocused || v.getTag() == SpannableHelper.CLICKABLE_SPAN) {
                    if (v.getTag() == SpannableHelper.CLICKABLE_SPAN) {
                        v.setTag(null);
                    }
                    return;
                }
                }*/
                if (!remote) {
                    Intent intent = new Intent(context, ContextActivity.class);
                    Bundle args = new Bundle();