Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyButtonView.java +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ public class KeyButtonView extends ImageView { // also invalidate our immediate parent to help avoid situations where nearby glows // interfere ((View)getParent()).invalidate(); ((View)getParent().getParent()).invalidate(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyButtonView.java +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ public class KeyButtonView extends ImageView { // also invalidate our immediate parent to help avoid situations where nearby glows // interfere ((View)getParent()).invalidate(); ((View)getParent().getParent()).invalidate(); } } Loading