Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dceee864 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 5249855 - put content descriptions for action bar tabs on images"

parents 3cb55598 65d57044
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -444,7 +444,9 @@ public class ScrollingTabContainerView extends HorizontalScrollView
                    mTextView.setText(null);
                }

                setContentDescription(tab.getContentDescription());
                if (mIconView != null) {
                    mIconView.setContentDescription(tab.getContentDescription());
                }
            }
        }