Open sieman opened 7 years ago
A NullpointerException in onDestroy() method caused crashes, that was reported in play store. This pull request try to avoid crashes.
+1
You have created a NullPointer in your fix. If rootView is null, your catch-block will throw like the original code did.
A NullpointerException in onDestroy() method caused crashes, that was reported in play store. This pull request try to avoid crashes.