Skip to content

Commit

Permalink
Re-comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Feb 13, 2018
1 parent fed68e9 commit 60e8060
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void downloadBundleFromURL(
// multipart message. This temporarily disables the multipart mode to work around it,
// but
// it means there is no progress bar displayed in the React Native overlay anymore.
.addHeader("Accept", "multipart/mixed")
// .addHeader("Accept", "multipart/mixed")
.build();
mDownloadBundleFromURLCall = Assertions.assertNotNull(mClient.newCall(request));
mDownloadBundleFromURLCall.enqueue(new Callback() {
Expand Down

0 comments on commit 60e8060

Please sign in to comment.