mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Update app/src/main/java/com/owncloud/android/ui/adapter/UploadListAdapter.java
Signed-off-by: Jonas Mayer <43114340+JonasMayerDev@users.noreply.github.com>
This commit is contained in:
parent
d1ea7fc5dd
commit
32dc5a9dc0
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ public class UploadListAdapter extends SectionedRecyclerViewAdapter<SectionedVie
|
|||
ItemViewHolder itemViewHolder = (ItemViewHolder) holder;
|
||||
|
||||
OCUpload item = uploadGroups[section].getItem(relativePosition);
|
||||
selectedOCUpload = item;
|
||||
|
||||
itemViewHolder.binding.uploadName.setText(item.getLocalPath());
|
||||
|
||||
|
|
Loading…
Reference in a new issue