mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-22 13:52:55 +00:00
Fix antivirus message
This commit is contained in:
@@ -235,7 +235,7 @@ public class RemoteOperationResult<T extends Object>
|
|||||||
httpMethod.getResponseHeaders()
|
httpMethod.getResponseHeaders()
|
||||||
);
|
);
|
||||||
|
|
||||||
if (mHttpCode == HttpConstants.HTTP_FORBIDDEN) { // 400
|
if (mHttpCode == HttpConstants.HTTP_BAD_REQUEST) { // 400
|
||||||
String bodyResponse = httpMethod.getResponseBodyAsString();
|
String bodyResponse = httpMethod.getResponseBodyAsString();
|
||||||
|
|
||||||
// do not get for other HTTP codes!; could not be available
|
// do not get for other HTTP codes!; could not be available
|
||||||
|
|||||||
Reference in New Issue
Block a user