SuperNova-Emoji icon indicating copy to clipboard operation
SuperNova-Emoji copied to clipboard

Emoji not showing first click

Open bala55555 opened this issue 7 years ago • 2 comments

Sometime emoji keyboard not opening on first time click. Only it gets open on couple of click events.

bala55555 avatar Sep 07 '17 06:09 bala55555

i have the same issue too! , it only works from the second click

3llomi avatar Sep 20 '17 14:09 3llomi

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();
            }
        });

3llomi avatar Feb 18 '18 13:02 3llomi