|
@@ -655,7 +655,7 @@ extension NCSelect: UICollectionViewDataSource {
|
|
|
footer.separatorIsHidden(true)
|
|
|
|
|
|
if sections == 1 || section == sections - 1 {
|
|
|
- let info = dataSource.getFooterInformation()
|
|
|
+ let info = dataSource.getFooterInformationAllMetadatas()
|
|
|
footer.setTitleLabel(directories: info.directories, files: info.files, size: info.size)
|
|
|
} else {
|
|
|
footer.separatorIsHidden(false)
|