mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
comment
This commit is contained in:
parent
82c7771fc7
commit
30f9abb657
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ public class ExpandableUploadListAdapter extends BaseExpandableListAdapter imple
|
|||
ImageView fileIcon = (ImageView) view.findViewById(R.id.imageView1);
|
||||
fileIcon.setImageResource(R.drawable.file);
|
||||
try {
|
||||
//?? TODO RemoteID is not set yet. How to get thumbnail?
|
||||
//TODO Wait for https://github.com/owncloud/android/pull/746 and add thumbnail.
|
||||
Bitmap b = ThumbnailsCacheManager.getBitmapFromDiskCache(uploadObject.getOCFile().getRemoteId());
|
||||
if (b != null) {
|
||||
fileIcon.setImageBitmap(b);
|
||||
|
|
Loading…
Reference in a new issue