Merge "Don't forward touches to udfps if notification panel is expanding" into sc-dev
This commit is contained in:
@@ -377,6 +377,9 @@ public class UdfpsKeyguardViewController extends UdfpsAnimationViewController<Ud
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onTouch(MotionEvent event) {
|
public boolean onTouch(MotionEvent event) {
|
||||||
|
if (mTransitionToFullShadeProgress != 0) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
return mUdfpsController.onTouch(event);
|
return mUdfpsController.onTouch(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user