projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Show users/groups in Search Fragment list
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
fragment
/
FileFragment.java
diff --git
a/src/com/owncloud/android/ui/fragment/FileFragment.java
b/src/com/owncloud/android/ui/fragment/FileFragment.java
index
fd5aeef
..
8b1cedb
100644
(file)
--- a/
src/com/owncloud/android/ui/fragment/FileFragment.java
+++ b/
src/com/owncloud/android/ui/fragment/FileFragment.java
@@
-141,9
+141,14
@@
public class FileFragment extends Fragment {
* @param downloading Flag signaling if the file is now downloading.
* @param uploading Flag signaling if the file is now uploading.
*/
* @param downloading Flag signaling if the file is now downloading.
* @param uploading Flag signaling if the file is now uploading.
*/
- public void onTransferStateChanged(OCFile file, boolean downloading, boolean uploading);
+ public void onTransferStateChanged(OCFile file, boolean downloading, boolean uploading);
-
+ /**
+ * Request the parent activity to show the view for sharing an {@link OCFile}.
+ *
+ * @param file File to share
+ */
+ public void showShareFile(OCFile file);
}
}
}
}