Loading packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java +1 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,7 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe } button.setCompoundDrawables(iconDrawable, null, null, null); button.setOnClickListener(this); button.setClickable(pendingIntent != null); } // Removing old views Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java +1 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,7 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe } button.setCompoundDrawables(iconDrawable, null, null, null); button.setOnClickListener(this); button.setClickable(pendingIntent != null); } // Removing old views Loading