From: tobiasKaminsky Date: Sun, 21 Sep 2014 17:25:54 +0000 (+0200) Subject: Download thumbnails from server with rest api X-Git-Tag: oc-android-1.7.0_signed~121^2~7^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/ff5795f28126aad0ebb59be619a8e20df28e5907 Download thumbnails from server with rest api --- 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;