marinofaggiana 4 years ago
parent
commit
307547549d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Cartfile.resolved
  2. 1 1
      iOSClient/Media/NCMedia.swift

+ 1 - 1
Cartfile.resolved

@@ -7,7 +7,7 @@ github "SwiftyJSON/SwiftyJSON" "5.0.0"
 github "WeTransfer/WeScan" "1.2.0"
 github "WenchaoD/FSCalendar" "2.8.0"
 github "dzenbot/DZNEmptyDataSet" "v1.8.1"
-github "getsentry/sentry-cocoa" "6.0.0"
+github "getsentry/sentry-cocoa" "6.0.1"
 github "huri000/QuickLayout" "3.0.0"
 github "huri000/SwiftEntryKit" "1.2.3"
 github "ivanbruel/MarkdownKit" "1.6"

+ 1 - 1
iOSClient/Media/NCMedia.swift

@@ -46,7 +46,7 @@ class NCMedia: UIViewController, DZNEmptyDataSetSource, DZNEmptyDataSetDelegate,
     private var filterTypeFileImage = false
     private var filterTypeFileVideo = false
             
-    private let kMaxImageGrid: CGFloat = 6
+    private let kMaxImageGrid: CGFloat = 7
     private var cellHeigth: CGFloat = 0
 
     private var oldInProgress = false