Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10c97462 authored by Beverly Tai's avatar Beverly Tai Committed by Automerger Merge Worker
Browse files

Merge "Set KeyguardIndicationText to clickable=false" into sc-dev am: ba528c8f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14441733

Change-Id: Ibbcbcc74303d6abbe4e7d70fd37f1a274cdf06d6
parents beac1645 ba528c8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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());