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
I really like using Volley+, but because of this issue, we are moving away from it. Because of this we or any of our library integrator cannot use vanilla Volley which is a deal breaker.
Compare with Volley (https://android.googlesource.com/platform/frameworks/volley/), a few classes is not in same package.
e.g.
com.android.volley.AuthFailureError vs com.android.volley.error.AuthFailureError
That breaks the compatibility with Volley, which should be a subset of VolleyPlus.
The text was updated successfully, but these errors were encountered: