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

Commit d07b1a7c authored by Brian Isganitis's avatar Brian Isganitis
Browse files

Add content description for taskbar all apps button.

Test: Manual
Fix: 221338615
Change-Id: Ic3b6f4e83a1234f1979f9fb4af75e6c893381a13
parent 59caeb94
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,5 +45,6 @@ public class AllAppsButton extends BubbleTextView {
        Bitmap bitmap = LauncherAppState.getInstance(context).getIconCache().getIconFactory()
                .createScaledBitmapWithShadow(theme.getDrawable(R.drawable.ic_all_apps_button));
        setIcon(new FastBitmapDrawable(bitmap));
        setContentDescription(context.getString(R.string.all_apps_button_label));
    }
}