We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1c5309 + b0a1152 commit 1853debCopy full SHA for 1853deb
src/main/java/com/owncloud/android/datamodel/FileDataStorageManager.java
@@ -191,6 +191,7 @@ public boolean saveFile(OCFile file) {
191
cv.put(ProviderTableMeta.FILE_PARENT, file.getParentId());
192
cv.put(ProviderTableMeta.FILE_PATH, file.getRemotePath());
193
if (!file.isFolder()) {
194
+ cv.put(ProviderTableMeta.FILE_IS_ENCRYPTED, file.isEncrypted());
195
cv.put(ProviderTableMeta.FILE_STORAGE_PATH, file.getStoragePath());
196
}
197
cv.put(ProviderTableMeta.FILE_ACCOUNT_OWNER, mAccount.name);
0 commit comments