summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
95bdfc0)
After a successful upload, the uploaded file is saved locally on the
device but the media scan was not getting triggered.
}
file.setNeedsUpdateThumbnail(true);
mStorageManager.saveFile(file);
}
file.setNeedsUpdateThumbnail(true);
mStorageManager.saveFile(file);
+ mStorageManager.triggerMediaScan(file.getStoragePath());
}
private void updateOCFile(OCFile file, RemoteFile remoteFile) {
}
private void updateOCFile(OCFile file, RemoteFile remoteFile) {