projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Automatic download of previewable files in portrait mode
[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
24e1251
..
d2c0e46
100644
(file)
--- a/
src/com/owncloud/android/ui/fragment/FileFragment.java
+++ b/
src/com/owncloud/android/ui/fragment/FileFragment.java
@@
-67,6
+67,9
@@
public interface FileFragment {
*/
public void showFragmentWithDetails(OCFile file);
+
+ public void notifySuccessfulDownload(OCFile file);
+
}
}