Commit 78447a4c authored by 0xd9a's avatar 0xd9a
Browse files

fix: hidden buttons in compose can be pressed

parent ef2aafed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1371,6 +1371,7 @@ public class ComposeAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder
                    break;
            }

            holder.binding.visibilityPanel.setOnTouchListener((view, motionEvent) -> true);
            holder.binding.buttonCloseAttachmentPanel.setOnClickListener(v -> holder.binding.attachmentChoicesPanel.setVisibility(View.GONE));
            holder.binding.buttonVisibility.setOnClickListener(v -> {
                holder.binding.visibilityPanel.setVisibility(View.VISIBLE);