Преглед изворни кода

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana пре 2 година
родитељ
комит
a5f9dccfae
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

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

@@ -1947,7 +1947,7 @@ extension NCCollectionViewCommon: UICollectionViewDelegateFlowLayout {
         if section == sections - 1 {
             return CGSize(width: collectionView.frame.width, height: NCGlobal.shared.endHeightFooter)
         } else {
-            return CGSize(width: collectionView.frame.width, height: heightFooter)
+            return CGSize(width: collectionView.frame.width, height: NCGlobal.shared.heightFooter)
         }
     }
 }