isaced / ISEmojiView

Emoji Keyboard for iOS
MIT License
522 stars 119 forks source link

First Emoji selection not working #40

Closed mohammadrabi closed 4 years ago

mohammadrabi commented 5 years ago

i have an issue when the pop up appears when I select the emoji for the first time it doesn't respond thats only for the first time , for the second time i select the emoji and didSelectEmoji method is called normally after reviewing the code and unlock it , i commented these lines in EmojiCollectionView.swift didSelectItemAt method line 164

//        guard emojiPopView.isHidden else {
//            dismissPopView(false)
//            return
//        }

And the issue solved could you please solve this issue from your side thanks in advance :)

isaced commented 5 years ago

May be the same problem as #28 , fixed.