forked from mirrors/Fedilab
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
e94fd10d90
1 changed files with 1 additions and 0 deletions
|
@ -1371,6 +1371,7 @@ public class ComposeAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
holder.binding.visibilityPanel.setOnTouchListener((view, motionEvent) -> true);
|
||||||
holder.binding.buttonCloseAttachmentPanel.setOnClickListener(v -> holder.binding.attachmentChoicesPanel.setVisibility(View.GONE));
|
holder.binding.buttonCloseAttachmentPanel.setOnClickListener(v -> holder.binding.attachmentChoicesPanel.setVisibility(View.GONE));
|
||||||
holder.binding.buttonVisibility.setOnClickListener(v -> {
|
holder.binding.buttonVisibility.setOnClickListener(v -> {
|
||||||
holder.binding.visibilityPanel.setVisibility(View.VISIBLE);
|
holder.binding.visibilityPanel.setVisibility(View.VISIBLE);
|
||||||
|
|
Loading…
Reference in a new issue