From d8d684fb98d96a9bab39d3fcfae23cd0bb8d090f Mon Sep 17 00:00:00 2001 From: Ambroise Decouttere Date: Thu, 11 Jul 2024 13:39:49 +0200 Subject: [PATCH] fix: Update scrollObserverTreshold --- MailCore/UI/UIConstants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }