forked from shadowfacts/Tusker
Fix logout from current resulting in black screen after switching to reused VC
Closes #489
This commit is contained in:
parent
2a53b24487
commit
eacafe87b3
|
@ -123,6 +123,7 @@ class AccountSwitchingContainerViewController: UIViewController {
|
||||||
oldRoot.view.transform = CGAffineTransform(translationX: 0, y: -newInitialOffset).scaledBy(x: scale, y: scale)
|
oldRoot.view.transform = CGAffineTransform(translationX: 0, y: -newInitialOffset).scaledBy(x: scale, y: scale)
|
||||||
newRoot.view.transform = .identity
|
newRoot.view.transform = .identity
|
||||||
} completion: { (_) in
|
} completion: { (_) in
|
||||||
|
oldRoot.view.transform = .identity
|
||||||
oldRoot.additionalSafeAreaInsets = origAdditionalSafeAreaInsets
|
oldRoot.additionalSafeAreaInsets = origAdditionalSafeAreaInsets
|
||||||
oldRoot.removeViewAndController()
|
oldRoot.removeViewAndController()
|
||||||
newRoot.view.layer.masksToBounds = false
|
newRoot.view.layer.masksToBounds = false
|
||||||
|
|
Loading…
Reference in New Issue