Commit ee6152e3 by Orkhan Alikhanov

Fixed appearance transition callbacks for transition cancellation

parent 1b612d46
......@@ -673,7 +673,9 @@ internal extension MotionTransition {
return
}
tvc.beginAppearanceTransition(false, animated: true)
tvc.endAppearanceTransition()
fvc.beginAppearanceTransition(true, animated: true)
fvc.endAppearanceTransition()
processForMotionDelegate(viewController: fvc) { [weak self] in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment