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:
parent
b0fa6ae1d0
commit
7627f75aa9
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user