Skip to content

Commit

Permalink
fix: Update scrollObserverTreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrdctr committed Jul 11, 2024
1 parent 8f85918 commit d8d684f
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 d8d684f

Please sign in to comment.