Remove is_uploading field from database
[pub/Android/ownCloud.git] / src / com / owncloud / android / files / services / FileDownloader.java
index 7c8cad5..3bf6dd4 100644 (file)
@@ -416,7 +416,6 @@ public class FileDownloader extends Service implements OnDatatransferProgressLis
         file.setFileLength((new File(mCurrentDownload.getSavePath()).length()));
         file.setRemoteId(mCurrentDownload.getFile().getRemoteId());
         file.setDownloading(false);
-        file.setUploading(false);
         mStorageManager.saveFile(file);
         mStorageManager.triggerMediaScan(file.getStoragePath());
     }