diff --git a/Tusker/Screens/Utilities/CustomAlertController.swift b/Tusker/Screens/Utilities/CustomAlertController.swift index 149ffdf2..4e3f63c7 100644 --- a/Tusker/Screens/Utilities/CustomAlertController.swift +++ b/Tusker/Screens/Utilities/CustomAlertController.swift @@ -486,6 +486,7 @@ class CustomAlertPresentationAnimation: NSObject, UIViewControllerAnimatedTransi let container = transitionContext.containerView container.addSubview(alert.view) + alert.view.frame = container.bounds guard transitionContext.isAnimated else { presenter.view.tintAdjustmentMode = .dimmed