You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are not a check if 'message' is null.
Without this check it's impossible use the lib.
I make override class, and override method, and i add if (message!= null)``
The text was updated successfully, but these errors were encountered:
In this method
There are not a check if 'message' is null.
if (message!= null)``
Without this check it's impossible use the lib.
I make override class, and override method, and i add
The text was updated successfully, but these errors were encountered: