Commit fca8aa5e by Daniel Dahan

development: issue-577: attempt to fix layering issue when transitioning view controllers

parent 4bd817d4
......@@ -142,6 +142,7 @@ open class RootController: UIViewController {
s.rootViewController.view.clipsToBounds = true
s.rootViewController.view.autoresizingMask = [.flexibleWidth, .flexibleHeight]
s.rootViewController.view.contentScaleFactor = Device.scale
s.view.sendSubview(toBack: s.rootViewController.view)
completion?(result)
}
}
......
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