|
@@ -108,7 +108,7 @@ public class OCFileListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHol
|
|
|
private static final int VIEWTYPE_IMAGE = 2;
|
|
|
|
|
|
private List<ThumbnailsCacheManager.ThumbnailGenerationTask> asyncTasks = new ArrayList<>();
|
|
|
- private boolean onlyOnDevice = false;
|
|
|
+ private boolean onlyOnDevice;
|
|
|
|
|
|
public OCFileListAdapter(Context context, ComponentsGetter transferServiceGetter,
|
|
|
OCFileListFragmentInterface ocFileListFragmentInterface, boolean argHideItemOptions,
|