1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-10 17:36:12 +00:00

Get mEtag again

This commit is contained in:
davigonz 2018-08-09 10:54:31 +02:00
parent b0fa6ae1d0
commit 7627f75aa9

View File

@ -154,7 +154,8 @@ public class DownloadRemoteFileOperation extends RemoteOperation {
Log_OC.e(TAG, "Could not read modification time from response downloading " + mRemotePath);
}
// TODO mEtag = WebdavUtils.getEtagFromResponse(mGet);
mEtag = WebdavUtils.getEtagFromResponse(mGet);
if (mEtag.length() == 0) {
Log_OC.e(TAG, "Could not read eTag from response downloading " + mRemotePath);
}