Browse Source

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
fa0eedc756
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

+ 1 - 1
iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

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