From 7bc272a11b701a32d2ed91277341c382cbd84aeb Mon Sep 17 00:00:00 2001 From: Kenny Guy Date: Tue, 24 Jun 2014 10:29:28 +0100 Subject: Revert Cls stopping now-master running on googlefood This reverts commits 01453e855fa87ee19f61223b2b1a6965071ee95a. and 242bbe1b72e4978dde8a662d164cd186305e14a7. "Add content description to bagded icons." "Remove reflection now we are building against L" Bug: 15833449 Change-Id: I81a5316f5619a9cd3b6ab9fd03b2ba96657b7f68 --- src/com/android/launcher3/PagedViewIcon.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/com/android/launcher3/PagedViewIcon.java') diff --git a/src/com/android/launcher3/PagedViewIcon.java b/src/com/android/launcher3/PagedViewIcon.java index 713d3a42f..f7cb997cd 100644 --- a/src/com/android/launcher3/PagedViewIcon.java +++ b/src/com/android/launcher3/PagedViewIcon.java @@ -77,9 +77,6 @@ public class PagedViewIcon extends TextView { setCompoundDrawables(null, icon, null, null); setCompoundDrawablePadding(grid.iconDrawablePaddingPx); setText(info.title); - if (info.contentDescription != null) { - setContentDescription(info.contentDescription); - } setTag(info); } -- cgit v1.2.3