mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +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 (tagId.equals(String.valueOf(imageView.getTag()))) {
|
||||
Log_OC.e(TAG, "SET RENDERED VIDEO THUMBNAIL");
|
||||
imageView.setImageBitmap(bitmap);
|
||||
}
|
||||
} else {
|
||||
|
@ -477,7 +476,6 @@ public class ThumbnailsCacheManager {
|
|||
} else {
|
||||
if (MimeTypeUtil.isVideo(mFile)) {
|
||||
imageView.setImageBitmap(ThumbnailsCacheManager.mDefaultVideo);
|
||||
Log_OC.e(TAG, "SET VIDEO THUMBNAIL");
|
||||
} else {
|
||||
imageView.setImageDrawable(MimeTypeUtil.getFileTypeIcon(null, mFile.getName(), null));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue