diff --git a/MailCore/UI/UIConstants.swift b/MailCore/UI/UIConstants.swift index 8d4842d57..46d6b9380 100644 --- a/MailCore/UI/UIConstants.swift +++ b/MailCore/UI/UIConstants.swift @@ -147,5 +147,5 @@ public extension UIConstants { public extension UIConstants { static let menuDrawerMaximumSubFolderLevel = 2 - static let scrollObserverThreshold: ClosedRange = -50 ... 50 + static let scrollObserverThreshold: ClosedRange = -80 ... 80 }