tobiasKaminsky 9 жил өмнө
parent
commit
cc637a61c6

+ 4 - 0
src/com/owncloud/android/ui/activity/ImageSimpleAdapter.java

@@ -80,6 +80,10 @@ public class ImageSimpleAdapter extends SimpleAdapter {
         
         ImageView fileIcon = (ImageView) vi.findViewById(R.id.thumbnail);
         fileIcon.setTag(file.getFileId());
+
+        // TODO enable after DisplayUtils.getRelativeTimestamp exists
+//        TextView lastModV = (TextView) vi.findViewById(R.id.last_mod);
+//        lastModV.setText(DisplayUtils.getRelativeTimestamp(mContext, file));
         
         // get Thumbnail if file is image
         if (file.isImage() && file.getRemoteId() != null){