diff --git a/Signal/src/ViewControllers/MenuActionsViewController.swift b/Signal/src/ViewControllers/MenuActionsViewController.swift index 758009ee4..d18f28aa1 100644 --- a/Signal/src/ViewControllers/MenuActionsViewController.swift +++ b/Signal/src/ViewControllers/MenuActionsViewController.swift @@ -147,7 +147,7 @@ class MenuActionsViewController: UIViewController, MenuActionSheetDelegate { let oldFocusFrame = self.view.convert(focusedView.frame, from: focusedViewSuperview) NSLayoutConstraint.deactivate([actionSheetViewVerticalConstraint]) self.actionSheetViewVerticalConstraint = self.actionSheetView.autoPinEdge(toSuperviewEdge: .bottom) - UIView.animate(withDuration: 0.3, + UIView.animate(withDuration: 0.2, delay: backgroundDuration, options: .curveEaseOut, animations: {