From 8f4326a7a29664a49c92292e2466975924e77d1e Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Sat, 18 Oct 2014 07:33:30 -0700 Subject: fix build Change-Id: I3ded33c09e1b393d1a62cc6738474704e0d3141e --- src/com/android/ex/chips/RecipientEditTextView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/ex/chips/RecipientEditTextView.java b/src/com/android/ex/chips/RecipientEditTextView.java index a9df27f..8f71782 100644 --- a/src/com/android/ex/chips/RecipientEditTextView.java +++ b/src/com/android/ex/chips/RecipientEditTextView.java @@ -387,7 +387,7 @@ public class RecipientEditTextView extends MultiAutoCompleteTextView implements // Custom action labels are discouraged in L; a checkmark icon is shown in place of the // custom text in this case. - outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.L ? null : + outAttrs.actionLabel = Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP ? null : getContext().getString(R.string.action_label); return connection; } -- cgit v1.2.3