YousicianGit / UnityNativeEdit

Unity Native Input Plugin for both iOS and Android (Unity UI compatible)
44 stars 13 forks source link

Fix crash if trying to use EditText after removal #41

Closed Hemaolle closed 7 years ago

Hemaolle commented 7 years ago

The mapping was not cleared so trying to send messages to the NativeEditBox could crash the app because the EditText was null.

Just recreating https://github.com/YousicianGit/UnityNativeEdit/pull/38 after accidentally merging it before updating the .jar.

ysbot commented 7 years ago

Thanks for your PR! By analyzing the history of the files in this pull request, we identified @Nezz, @Mazinkam and @christianYS to be potential reviewers.