Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyButtonView.java +3 −0 Original line number Diff line number Diff line Loading @@ -214,6 +214,9 @@ public class KeyButtonView extends ImageView implements ButtonInterface { mGestureAborted = false; } if (mGestureAborted) { if (mIsPressed) { setPressed(false); } return false; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyButtonView.java +3 −0 Original line number Diff line number Diff line Loading @@ -214,6 +214,9 @@ public class KeyButtonView extends ImageView implements ButtonInterface { mGestureAborted = false; } if (mGestureAborted) { if (mIsPressed) { setPressed(false); } return false; } Loading