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
When the message is received from the server, the message is in a bundle which is converted to JSONObject. This process is creating a NullPointerException.
Instead of creating a JSONObject, we can extract the data directly from the the Bundle.