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.
1 parent b0da6b4 commit c3bb7dbCopy full SHA for c3bb7db
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