resized image is loaded instead of full sized image.
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / fragment / OCFileListFragment.java
index 60ac78d..ad320f5 100644 (file)
@@ -220,11 +220,7 @@ public class OCFileListFragment extends ExtendedListFragment {
                         mContainerActivity.getFileOperationsHelper().openFile(file);
                     }
                     
-                } else {
-                    // automatic download, preview on finish
-                    ((FileDisplayActivity)mContainerActivity).startDownloadForPreview(file);
                 }
-                    
             }
             
         } else {