Do not show dragger for filesystem view.
The icon already indicates the purpose of the row
This commit is contained in:
parent
c364875b71
commit
b792afcd7b
@ -266,7 +266,6 @@ public class FileSystemAdapter
|
||||
|
||||
final File file = mFiles[pos];
|
||||
row.getTextView().setText(file.getName());
|
||||
row.showDragger(file.isDirectory());
|
||||
row.getCoverView().setImageResource(getImageResourceForFile(file));
|
||||
return row;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user