projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Create our own media control - basic operation
[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
9cd1b9c
..
c489c52
100644
(file)
--- a/
src/com/owncloud/android/ui/fragment/FileFragment.java
+++ b/
src/com/owncloud/android/ui/fragment/FileFragment.java
@@
-69,8
+69,6
@@
public interface FileFragment {
public void showFragmentWithDetails(OCFile file);
- public void notifySuccessfulDownload(OCFile file, Intent intent, boolean success);
-
}
}