projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'remotes/upstream/video_thumbnail' into beta
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
fragment
/
OCFileListFragment.java
diff --git
a/src/com/owncloud/android/ui/fragment/OCFileListFragment.java
b/src/com/owncloud/android/ui/fragment/OCFileListFragment.java
index
380396a
..
92177f4
100644
(file)
--- a/
src/com/owncloud/android/ui/fragment/OCFileListFragment.java
+++ b/
src/com/owncloud/android/ui/fragment/OCFileListFragment.java
@@
-763,7
+763,7
@@
public class OCFileListFragment extends ExtendedListFragment {
if (!file.isHidden()) {
filesCount++;
- if (file.isImage()) {
+ if (file.isImage()
|| file.isVideo()
) {
imagesCount++;
}
}
@@
-781,6
+781,7
@@
public class OCFileListFragment extends ExtendedListFragment {
registerLongClickListener();
} else {
switchToListView();
+// switchToGridView();
}
}
}