mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
Changes due to Codacy
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
aaf0548690
commit
32cce87fa8
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ public class UploadListAdapter extends SectionedRecyclerViewAdapter<SectionedVie
|
|||
this.items = items;
|
||||
}
|
||||
|
||||
void fixAndSortItems(OCUpload[] array) {
|
||||
void fixAndSortItems(OCUpload... array) {
|
||||
FileUploader.FileUploaderBinder binder = mParentActivity.getFileUploaderBinder();
|
||||
|
||||
for (OCUpload upload : array) {
|
||||
|
|
Loading…
Reference in a new issue