remove superfluent file.getName() call
This commit is contained in:
parent
1fb95734b5
commit
383120edcc
@ -267,7 +267,7 @@ public class FileSystemAdapter
|
|||||||
|
|
||||||
holder.id = pos;
|
holder.id = pos;
|
||||||
holder.title = title;
|
holder.title = title;
|
||||||
row.setText(file.getName());
|
row.setText(title);
|
||||||
row.getCoverView().setImageResource(getImageResourceForFile(file));
|
row.getCoverView().setImageResource(getImageResourceForFile(file));
|
||||||
return row;
|
return row;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user