Fixed bug: show the selected image in the gallery, instead of always the first in...
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / fragment / FileFragment.java
index 24e1251..9cd1b9c 100644 (file)
@@ -18,6 +18,7 @@
 
 package com.owncloud.android.ui.fragment;
 
+import android.content.Intent;
 import android.support.v4.app.Fragment;
 
 import com.owncloud.android.datamodel.OCFile;
@@ -67,6 +68,9 @@ public interface FileFragment {
          */
         public void showFragmentWithDetails(OCFile file);
         
+        
+        public void notifySuccessfulDownload(OCFile file, Intent intent, boolean success);
+        
     }
     
 }