Commit f1457b16 by Rob Jonson

use Application.shared to keep extensions happy

parent d60987ad
......@@ -146,7 +146,7 @@ extension MotionTransition {
let isModalDismissal = isModalTransition && !isPresenting
if isModalDismissal {
UIApplication.shared.fixRootViewY()
Application.shared.fixRootViewY()
}
}
}
......
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