|
43 | 43 |
|
44 | 44 | import java.util.concurrent.TimeUnit;
|
45 | 45 |
|
46 |
| -import expolib_v1.okhttp3.Call; |
47 |
| -import expolib_v1.okhttp3.ConnectionPool; |
48 |
| -import expolib_v1.okhttp3.ConnectionSpec; |
49 |
| -import expolib_v1.okhttp3.Headers; |
50 |
| -import expolib_v1.okhttp3.Interceptor; |
51 |
| -import expolib_v1.okhttp3.MediaType; |
52 |
| -import expolib_v1.okhttp3.OkHttpClient; |
53 |
| -import expolib_v1.okhttp3.Request; |
54 |
| -import expolib_v1.okhttp3.RequestBody; |
55 |
| -import expolib_v1.okhttp3.Response; |
56 |
| -import expolib_v1.okhttp3.ResponseBody; |
57 |
| -import expolib_v1.okhttp3.TlsVersion; |
| 46 | +import okhttp3.Call; |
| 47 | +import okhttp3.ConnectionPool; |
| 48 | +import okhttp3.ConnectionSpec; |
| 49 | +import okhttp3.Headers; |
| 50 | +import okhttp3.Interceptor; |
| 51 | +import okhttp3.MediaType; |
| 52 | +import okhttp3.OkHttpClient; |
| 53 | +import okhttp3.Request; |
| 54 | +import okhttp3.RequestBody; |
| 55 | +import okhttp3.Response; |
| 56 | +import okhttp3.ResponseBody; |
| 57 | +import okhttp3.TlsVersion; |
58 | 58 |
|
59 | 59 |
|
60 | 60 | public class RNFetchBlobReq extends BroadcastReceiver implements Runnable {
|
@@ -380,7 +380,7 @@ public Response intercept(Chain chain) throws IOException {
|
380 | 380 |
|
381 | 381 | Call call = client.newCall(req);
|
382 | 382 | taskTable.put(taskId, call);
|
383 |
| - call.enqueue(new expolib_v1.okhttp3.Callback() { |
| 383 | + call.enqueue(new okhttp3.Callback() { |
384 | 384 |
|
385 | 385 | @Override
|
386 | 386 | public void onFailure(Call call, IOException e) {
|
|
0 commit comments