Loading core/java/com/android/internal/widget/ScrollingTabContainerView.java +3 −1 Original line number Diff line number Diff line Loading @@ -444,7 +444,9 @@ public class ScrollingTabContainerView extends HorizontalScrollView mTextView.setText(null); } setContentDescription(tab.getContentDescription()); if (mIconView != null) { mIconView.setContentDescription(tab.getContentDescription()); } } } Loading Loading
core/java/com/android/internal/widget/ScrollingTabContainerView.java +3 −1 Original line number Diff line number Diff line Loading @@ -444,7 +444,9 @@ public class ScrollingTabContainerView extends HorizontalScrollView mTextView.setText(null); } setContentDescription(tab.getContentDescription()); if (mIconView != null) { mIconView.setContentDescription(tab.getContentDescription()); } } } Loading