From a52ecb0390c85afb385371bb844bb496c59ddf87 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Fri, 16 Dec 2016 15:04:51 -0800 Subject: Removing all compatibility code below Lollipop Bug: 32745285 Change-Id: I62971908e3e4402941fab627bbdfd47be64473a3 --- src/com/android/launcher3/BubbleTextView.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/com/android/launcher3/BubbleTextView.java') diff --git a/src/com/android/launcher3/BubbleTextView.java b/src/com/android/launcher3/BubbleTextView.java index 0c1a156ad..5e9e7e207 100644 --- a/src/com/android/launcher3/BubbleTextView.java +++ b/src/com/android/launcher3/BubbleTextView.java @@ -524,11 +524,7 @@ public class BubbleTextView extends TextView protected void applyCompoundDrawables(Drawable icon) { if (mLayoutHorizontal) { - if (Utilities.ATLEAST_JB_MR1) { - setCompoundDrawablesRelative(icon, null, null, null); - } else { - setCompoundDrawables(icon, null, null, null); - } + setCompoundDrawablesRelative(icon, null, null, null); } else { setCompoundDrawables(null, icon, null, null); } -- cgit v1.2.3