tidy up
[pub/Android/ownCloud.git] / src / com / owncloud / android / files / services / FileUploader.java
index 98ad87e..669ff13 100644 (file)
@@ -725,6 +725,7 @@ public class FileUploader extends Service
         }
         file.setNeedsUpdateThumbnail(true);
         mStorageManager.saveFile(file);
+        mStorageManager.triggerMediaScan(file.getStoragePath());
     }
 
     private void updateOCFile(OCFile file, RemoteFile remoteFile) {