diff options
| author | Nick Kralevich <nnk@google.com> | 2014-10-18 07:33:30 -0700 |
|---|---|---|
| committer | Nick Kralevich <nnk@google.com> | 2014-10-18 07:33:30 -0700 |
| commit | 8f4326a7a29664a49c92292e2466975924e77d1e (patch) | |
| tree | 917986953343d3deee05fa65e422839613282a43 | |
| parent | 41507c1f2454467439696bb8c1892425f37bdefd (diff) | |
| download | android_frameworks_opt_chips-8f4326a7a29664a49c92292e2466975924e77d1e.tar.gz android_frameworks_opt_chips-8f4326a7a29664a49c92292e2466975924e77d1e.tar.bz2 android_frameworks_opt_chips-8f4326a7a29664a49c92292e2466975924e77d1e.zip | |
fix build
Change-Id: I3ded33c09e1b393d1a62cc6738474704e0d3141e
| -rw-r--r-- | src/com/android/ex/chips/RecipientEditTextView.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
