hani-momanii / SuperNova-Emoji

library to implement and render emojis For Android
Other
362 stars 114 forks source link

Orientation Changes Support #44

Closed TeamSCube closed 6 years ago

TeamSCube commented 6 years ago

Hi, I am not getting same behavior of EmojiconEditText as that of normal EditText when used in same activity with setting android:configChanges="orientation|screenSize". Normal editText works fine and retains data but EmojiconEditText looses data on orientation change,

TeamSCube commented 6 years ago

The issue is resolved now. It was in custom code and not in library as such. Sorry for the inconvenience caused if any. -TeamScube