ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
611 stars 278 forks source link

Avoid Android crashes caused by onDestroy NullpointerExceptions #284

Open sieman opened 6 years ago

sieman commented 6 years ago

A NullpointerException in onDestroy() method caused crashes, that was reported in play store. This pull request try to avoid crashes.

wischweh commented 6 years ago

+1

ach commented 6 years ago

You have created a NullPointer in your fix. If rootView is null, your catch-block will throw like the original code did.