Commit 6d023466 by Daniel Dahan Committed by GitHub

Merge pull request #51 from ConfusedVorlon/Missed-an-Application-shared

use Application.shared to keep extensions happy
parents d60987ad f1457b16
......@@ -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