You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (builder.keyboardAnimationStyle != 0) {
popupWindow.setAnimationStyle(builder.keyboardAnimationStyle);
}
// Root view might already be laid out in which case we need to manually call start()
if (rootView.getParent() != null) {
start();
}
rootView.addOnAttachStateChangeListener(onAttachStateChangeListener);
Sadly still the same result
Edit: In my case start() is not being called cause rootView.getParent() is null
Image showing the error is attatched bellow
Currently iam implementing the
EmojiKeyboard
in aBottomSheetDialog
.I have tried building the
EmojiPopup
as followed:When pressing the
EditText
i open theEmojiKeyboard
:Now the
EmojiKeyboard
opens as the image below shows.After closing the keyboard and tapping the
Edittext
again the EmojiKeyboard opens normally.Could you please have a look at this? Maybe iam doing something wrong?
Thanks in advance!
The text was updated successfully, but these errors were encountered: