irshu355 / Android-WYSIWYG-Editor

:pager: A text editor written in Android using native components in the content tree. Integrate easily to work with web based WYSIWYG's.
http://irshulx.github.io/Android-WYSIWYG-Editor
Apache License 2.0
412 stars 116 forks source link

Added null check on nextFocus #52

Closed ricky641 closed 6 years ago

ricky641 commented 6 years ago

44

49

nextFocus returns null sometimes due to which some users were facing the crash so I have just added a simple null check to avoid that crash.

irshu355 commented 6 years ago

Thanks