Skip to content

Commit

Permalink
Fixing VariantEmojiManager.
Browse files Browse the repository at this point in the history
If you change the VariantEmojiManager It's not changing because after the "if" it puts a new VariantEmojiManager anyway.
  • Loading branch information
Dor-Naim committed Jan 20, 2022
1 parent 5caba05 commit 9c07022
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ private void init() {
variant = new VariantEmojiManager(getContext());
}

variant = new VariantEmojiManager(getContext());

recyclerView = new AXEmojiSingleRecyclerView(getContext(), this);
recyclerView.setItemAnimator(null);
this.addView(recyclerView, new LayoutParams(0, 0, -1, -1));
Expand Down

0 comments on commit 9c07022

Please sign in to comment.