mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
remove logs
This commit is contained in:
parent
e5e68ac3e7
commit
c15c5da2c5
1 changed files with 0 additions and 2 deletions
|
@ -467,7 +467,6 @@ public class ThumbnailsCacheManager {
|
||||||
|
|
||||||
if (bitmap != null) {
|
if (bitmap != null) {
|
||||||
if (tagId.equals(String.valueOf(imageView.getTag()))) {
|
if (tagId.equals(String.valueOf(imageView.getTag()))) {
|
||||||
Log_OC.e(TAG, "SET RENDERED VIDEO THUMBNAIL");
|
|
||||||
imageView.setImageBitmap(bitmap);
|
imageView.setImageBitmap(bitmap);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
@ -477,7 +476,6 @@ public class ThumbnailsCacheManager {
|
||||||
} else {
|
} else {
|
||||||
if (MimeTypeUtil.isVideo(mFile)) {
|
if (MimeTypeUtil.isVideo(mFile)) {
|
||||||
imageView.setImageBitmap(ThumbnailsCacheManager.mDefaultVideo);
|
imageView.setImageBitmap(ThumbnailsCacheManager.mDefaultVideo);
|
||||||
Log_OC.e(TAG, "SET VIDEO THUMBNAIL");
|
|
||||||
} else {
|
} else {
|
||||||
imageView.setImageDrawable(MimeTypeUtil.getFileTypeIcon(null, mFile.getName(), null));
|
imageView.setImageDrawable(MimeTypeUtil.getFileTypeIcon(null, mFile.getName(), null));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue