Loading packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java +2 −1 Original line number Diff line number Diff line Loading @@ -474,7 +474,8 @@ public class KeyguardSecurityContainer extends ConstraintLayout { return false; } // Avoid dragging the pattern view if (mSecurityViewFlipper.getSecurityView().disallowInterceptTouch(event)) { if (mSecurityViewFlipper.getSecurityView() != null && mSecurityViewFlipper.getSecurityView().disallowInterceptTouch(event)) { return false; } int index = event.findPointerIndex(mActivePointerId); Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java +2 −1 Original line number Diff line number Diff line Loading @@ -474,7 +474,8 @@ public class KeyguardSecurityContainer extends ConstraintLayout { return false; } // Avoid dragging the pattern view if (mSecurityViewFlipper.getSecurityView().disallowInterceptTouch(event)) { if (mSecurityViewFlipper.getSecurityView() != null && mSecurityViewFlipper.getSecurityView().disallowInterceptTouch(event)) { return false; } int index = event.findPointerIndex(mActivePointerId); Loading