Browse Source

Download thumbnails from server with rest api

tobiasKaminsky 10 years ago
parent
commit
ff5795f281
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/com/owncloud/android/ui/adapter/FileListListAdapter.java

+ 0 - 1
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;