Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Aug 23, 2023
1 parent 647e3e5 commit 4913727
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,6 @@ public EmojiReactionsAdapter(Holder parentHolder, ListImageLoaderWrapper imgLoad
@NonNull
@Override
public EmojiReactionViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType){
// FrameLayout frame=new FrameLayout(parent.getContext());
// frame.setPaddingRelative(0, 0, V.dp(8), 0);
// Button btn=new Button(parent.getContext(), null, 0, R.style.Widget_Mastodon_M3_Button_Outlined_Icon);
// btn.setCompoundDrawableTintList(null);
// btn.setBackgroundResource(R.drawable.bg_button_m3_tonal);
// btn.setCompoundDrawables(item.placeholder, null, null, null);
// frame.addView(btn);
return new EmojiReactionViewHolder(parent.getContext(), list);
}

Expand Down

0 comments on commit 4913727

Please sign in to comment.