From 1b68b485221f21a1a4ee4655f3971a3b56b769e4 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 28 Jul 2020 16:24:53 -0700 Subject: [PATCH] [ProgressView] Remove request for VoiceOver focus in MDCProgressView's setHidden. PiperOrigin-RevId: 323676726 --- components/ProgressView/src/MDCProgressView.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/ProgressView/src/MDCProgressView.m b/components/ProgressView/src/MDCProgressView.m index 68513f1526d..752170434ba 100644 --- a/components/ProgressView/src/MDCProgressView.m +++ b/components/ProgressView/src/MDCProgressView.m @@ -217,11 +217,6 @@ - (void)setProgress:(float)progress completion:userCompletion]; } -- (void)setHidden:(BOOL)hidden { - [super setHidden:hidden]; - UIAccessibilityPostNotification(UIAccessibilityLayoutChangedNotification, hidden ? nil : self); -} - - (void)setHidden:(BOOL)hidden animated:(BOOL)animated completion:(void (^__nullable)(BOOL finished))userCompletion {