From ff5795f28126aad0ebb59be619a8e20df28e5907 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Sun, 21 Sep 2014 19:25:54 +0200 Subject: [PATCH] Download thumbnails from server with rest api --- src/com/owncloud/android/ui/adapter/FileListListAdapter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/owncloud/android/ui/adapter/FileListListAdapter.java b/src/com/owncloud/android/ui/adapter/FileListListAdapter.java index 49c66347..afda0f0c 100644 --- a/src/com/owncloud/android/ui/adapter/FileListListAdapter.java +++ b/src/com/owncloud/android/ui/adapter/FileListListAdapter.java @@ -215,7 +215,6 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter { } else { // Download thumbnail from server - // Commented out as maybe changes to client library are needed try { int status = -1; -- 2.11.0