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

Commit ba528c8f authored by Beverly Tai's avatar Beverly Tai Committed by Android (Google) Code Review
Browse files

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

parents 8dd230d8 2348494d
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());