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/Folder.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/com/android/launcher3/Folder.java') diff --git a/src/com/android/launcher3/Folder.java b/src/com/android/launcher3/Folder.java index af4a1776c..e900c2b5a 100644 --- a/src/com/android/launcher3/Folder.java +++ b/src/com/android/launcher3/Folder.java @@ -571,9 +571,6 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList textView.setCompoundDrawables(null, Utilities.createIconDrawable(item.getIcon(mIconCache)), null, null); textView.setText(item.title); - if (item.contentDescription != null) { - textView.setContentDescription(item.contentDescription); - } textView.setTag(item); textView.setTextColor(getResources().getColor(R.color.folder_items_text_color)); textView.setShadowsEnabled(false); -- cgit v1.2.3