faster message actions presentation

This commit is contained in:
Michael Kirk 2018-07-22 22:58:39 -07:00
parent 58e2e13836
commit aba358e894

View file

@ -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: {