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