Skip to content

Commit

Permalink
fix: Updated scrollObserverTreshold (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann committed Jul 11, 2024
2 parents 8f85918 + d8d684f commit 2c0d8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailCore/UI/UIConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,5 @@ public extension UIConstants {
public extension UIConstants {
static let menuDrawerMaximumSubFolderLevel = 2

static let scrollObserverThreshold: ClosedRange<CGFloat> = -50 ... 50
static let scrollObserverThreshold: ClosedRange<CGFloat> = -80 ... 80
}

0 comments on commit 2c0d8e3

Please sign in to comment.