SuperNova-Emoji
SuperNova-Emoji copied to clipboard
Emoji not showing first click
Sometime emoji keyboard not opening on first time click. Only it gets open on couple of click events.
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();
}
});