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

Commit 65d57044 authored by Adam Powell's avatar Adam Powell
Browse files

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

Change-Id: Iddf13e310237cffe517697b3c3ca429a1555dcbc
parent cad99824
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());
                }
            }
        }