Skip to content

Commit 8cd3c92

Browse files
committed
fix(android): another fix...
1 parent 2ae5a84 commit 8cd3c92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/platforms/android/java/com/nativescript/https/OkHttpResponse.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
import okhttp3.ResponseBody;
1919
import okhttp3.Response;
20+
import okhttp3.Headers;
2021

2122
public class OkHttpResponse {
2223
private final static String TAG = "OkHttpResponse";
@@ -457,7 +458,7 @@ public void run() {
457458
public static int getStatusCode(Response response) {
458459
return response.code();
459460
}
460-
461+
461462
public static String getMessage(Response response) {
462463
return response.message();
463464
}

0 commit comments

Comments
 (0)