Skip to content

Commit

Permalink
[ProgressView] Remove request for VoiceOver focus in MDCProgressView'…
Browse files Browse the repository at this point in the history
…s setHidden.

PiperOrigin-RevId: 323676726
  • Loading branch information
bryanoltman authored and material-automation committed Jul 28, 2020
1 parent 40e6687 commit 1b68b48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/ProgressView/src/MDCProgressView.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1b68b48

Please sign in to comment.