1
0
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:
davigonz 2018-08-29 09:14:24 +02:00
parent eb7cac064f
commit d30a5578f3

View File

@ -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