Merge "Avoid binder call while dragging" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8261cbe32d
@@ -154,7 +154,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb
|
|||||||
if (expansion == 1) {
|
if (expansion == 1) {
|
||||||
mBouncer.onFullyHidden();
|
mBouncer.onFullyHidden();
|
||||||
} else if (!mBouncer.isShowing() && !mBouncer.isAnimatingAway()) {
|
} else if (!mBouncer.isShowing() && !mBouncer.isAnimatingAway()) {
|
||||||
mBouncer.show(true /* resetSecuritySelection */, false /* notifyFalsing */);
|
mBouncer.show(false /* resetSecuritySelection */, false /* notifyFalsing */);
|
||||||
} else if (noLongerTracking) {
|
} else if (noLongerTracking) {
|
||||||
// Notify that falsing manager should stop its session when user stops touching,
|
// Notify that falsing manager should stop its session when user stops touching,
|
||||||
// even before the animation ends, to guarantee that we're not recording sensitive
|
// even before the animation ends, to guarantee that we're not recording sensitive
|
||||||
|
|||||||
Reference in New Issue
Block a user