diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardIndicationTextView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardIndicationTextView.java index 5085e1cf9990c..d84bb908fe699 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardIndicationTextView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardIndicationTextView.java @@ -125,6 +125,7 @@ public class KeyguardIndicationTextView extends TextView { if (info != null) { setTextColor(info.getTextColor()); setOnClickListener(info.getClickListener()); + setClickable(info.getClickListener() != null); final Drawable icon = info.getIcon(); if (icon != null) { icon.setTint(getCurrentTextColor());