We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0da6b4 + c3bb7db commit 033d642Copy full SHA for 033d642
Parse/src/main/java/com/parse/Parse.java
@@ -387,7 +387,7 @@ public static void initialize(Configuration configuration) {
387
ParseHttpClient.setKeepAlive(true);
388
ParseHttpClient.setMaxConnections(20);
389
// If we have interceptors in list, we have to initialize all http clients and add interceptors
390
- if (configuration.interceptors != null) {
+ if (configuration.interceptors != null && configuration.interceptors.size() > 0) {
391
initializeParseHttpClientsWithParseNetworkInterceptors(configuration.interceptors);
392
}
393
0 commit comments