File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
lib/java/com/google/android/material/slider Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 80
80
import android .view .ViewTreeObserver ;
81
81
import android .view .accessibility .AccessibilityEvent ;
82
82
import android .view .accessibility .AccessibilityManager ;
83
- import android .view .accessibility .AccessibilityNodeInfo ;
84
83
import android .widget .SeekBar ;
85
84
import androidx .annotation .ColorInt ;
86
85
import androidx .annotation .ColorRes ;
@@ -3485,14 +3484,6 @@ private boolean isThisAndAncestorsVisible() {
3485
3484
return (VERSION .SDK_INT >= VERSION_CODES .N ) ? thisAndAncestorsVisible : isShown ();
3486
3485
}
3487
3486
3488
- @ Override
3489
- public void onInitializeAccessibilityNodeInfo (AccessibilityNodeInfo info ) {
3490
- super .onInitializeAccessibilityNodeInfo (info );
3491
- // Setting content description to null prevents duplicate announcements by making only our
3492
- // virtual view accessible, not the parent container.
3493
- info .setContentDescription (null );
3494
- }
3495
-
3496
3487
@ Override
3497
3488
public void onVisibilityAggregated (boolean isVisible ) {
3498
3489
super .onVisibilityAggregated (isVisible );
You can’t perform that action at this time.
0 commit comments