Some changes

This commit is contained in:
tom79 2019-06-27 17:21:42 +02:00
parent fad83de6c1
commit ef177c8d7d
1 changed files with 2 additions and 0 deletions

View File

@ -2406,7 +2406,9 @@ public class StatusListAdapter extends RecyclerView.Adapter implements OnPostAct
}else{
holder.quick_reply_container.setVisibility(View.GONE);
}
holder.quick_reply_container.setOnClickListener(view -> {
});
holder.status_reply.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {