From aba358e89408bd5b1f50f1f4a99fb95d7d92200a Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Sun, 22 Jul 2018 22:58:39 -0700 Subject: [PATCH] faster message actions presentation --- Signal/src/ViewControllers/MenuActionsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {