mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-12-25 08:10:19 +02:00
Quoted message can't be open for focused messages
This commit is contained in:
parent
ba745b30f2
commit
d56ce8906a
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue