diff --git a/Tusker/Screens/Main/AccountSwitchingContainerViewController.swift b/Tusker/Screens/Main/AccountSwitchingContainerViewController.swift index 4eb58e68..fa6d57cb 100644 --- a/Tusker/Screens/Main/AccountSwitchingContainerViewController.swift +++ b/Tusker/Screens/Main/AccountSwitchingContainerViewController.swift @@ -123,6 +123,7 @@ class AccountSwitchingContainerViewController: UIViewController { oldRoot.view.transform = CGAffineTransform(translationX: 0, y: -newInitialOffset).scaledBy(x: scale, y: scale) newRoot.view.transform = .identity } completion: { (_) in + oldRoot.view.transform = .identity oldRoot.additionalSafeAreaInsets = origAdditionalSafeAreaInsets oldRoot.removeViewAndController() newRoot.view.layer.masksToBounds = false