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
The purpose of using emoji's in my app is not for chatting app, so whenever just before using emoji editText another editText of input type number is opened, the emoji popup opens with less height, leaving the suggestions bar exposed to user.
Is there any way i can control height externally? I tried to extend the EmojiconsPopup class to override methods like setSizeForSoftKeyboard() and pass the custom height but not possible due to logic over there calling private methods and variables.
The text was updated successfully, but these errors were encountered:
The purpose of using emoji's in my app is not for chatting app, so whenever just before using emoji editText another editText of input type number is opened, the emoji popup opens with less height, leaving the suggestions bar exposed to user.
Is there any way i can control height externally? I tried to extend the EmojiconsPopup class to override methods like setSizeForSoftKeyboard() and pass the custom height but not possible due to logic over there calling private methods and variables.
The text was updated successfully, but these errors were encountered: