Open bala55555 opened 7 years ago
i have the same issue too! , it only works from the second click
UPDATE: i got a Workaround fix for this problem
emojiBtn.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() {
@Override
public void onGlobalLayout() {
//free up resources!
emojiBtn.getViewTreeObserver().removeOnGlobalLayoutListener(this);
//Prefix for Bug! in Library
emojIcon.ShowEmojIcon();
}
});
Sometime emoji keyboard not opening on first time click. Only it gets open on couple of click events.