Merge "Don't forward touches to udfps if notification panel is expanding" into sc-dev am: f7b36eedf5
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15340335 Change-Id: I35812bb6ba722816320d3e8083563083e5e2c169
This commit is contained in:
@@ -378,6 +378,9 @@ public class UdfpsKeyguardViewController extends UdfpsAnimationViewController<Ud
|
||||
|
||||
@Override
|
||||
public boolean onTouch(MotionEvent event) {
|
||||
if (mTransitionToFullShadeProgress != 0) {
|
||||
return false;
|
||||
}
|
||||
return mUdfpsController.onTouch(event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user