diff --git a/podcasts/End of Year/Stories/MDCSwiftUIWrapper.swift b/podcasts/End of Year/Stories/MDCSwiftUIWrapper.swift index 982160ec30..6846c61daf 100644 --- a/podcasts/End of Year/Stories/MDCSwiftUIWrapper.swift +++ b/podcasts/End of Year/Stories/MDCSwiftUIWrapper.swift @@ -97,6 +97,7 @@ extension UIViewController { bottomSheet.setShapeGenerator(shapeGenerator, for: .closed) bottomSheet.isScrimAccessibilityElement = true bottomSheet.scrimAccessibilityLabel = L10n.accessibilityDismiss + bottomSheet.ignoreKeyboardHeight = true viewController.present(bottomSheet, animated: true, completion: nil) }