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

Commit 627991e3 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: I6769bb423e82cdca02e75d2335ced31626d524ed
parents a468409e 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());