Closed sei-aderr closed 3 months ago
It turns out onResponse() will fire even in the case of an error although it never seems to have caused issues before. Wrap all onResponse in an if(response.ok) to ensure they are not firing when they shouldn't be
It turns out onResponse() will fire even in the case of an error although it never seems to have caused issues before. Wrap all onResponse in an if(response.ok) to ensure they are not firing when they shouldn't be