-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
NoSuchMethodError: The method 'call' was called on null #31
Comments
Hmm, |
This happens on widget initialisation state, and I manage to fix the error by adding the following code/method on RxCommandListener:
@escamoteur can you please explain why? was onNotBusy a required one? |
It's a bug. The moment you set onBusy() it required also onNonBusy. I'm just fixing it |
Fixed in V4.3.3 Was a bug that only could happen if you only set one of the busy handlers. |
What's the fix for this issue?
This is about RxCommandListener that was called on widget initState.
The text was updated successfully, but these errors were encountered: