Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed Jul 3, 2023
1 parent 30b8f44 commit a8e80ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class SimpleEditorFragment : Fragment(R.layout.fragment_simple_editor), SimpleEd
}

mBinding.showEmojisButton.setOnClickListener {
CustomEmojiPickerDialog().show(childFragmentManager, "Editor")
CustomEmojiPickerDialog.newInstance(null).show(childFragmentManager, "Editor")
}


Expand Down

0 comments on commit a8e80ab

Please sign in to comment.