-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception: Null Object Reference - Clicking on Button #165
Comments
Looks like another null value from |
I got again crash today clicking on same Button, but stack trace look a bit different. Maybe it will be helpful.
|
Interesting! That one also appears to be caused by an |
I just made this small change to If you could try that change in |
Maybe it helped in a way that I got crash doing almost same thing - clicking on button, but exception looks different: In exception I see following classes ToastManager and Toast |
This one came next:
|
@joshtynjala I got today exactly the same stacktrace. I'm using all your changes, feathers is updated to dev version and other libs as well. |
So far, I have been unable to reproduce any of the exceptions on my computer, and I can't think of anything else that I can try until we discover more clues. It is clear that this is related to the |
Another NPE in our application - it occurs much often when I'm clicking on Button. Code of that buttons is here - Button is created in following way
The text was updated successfully, but these errors were encountered: