Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db88fa5c authored by Beverly Tai's avatar Beverly Tai Committed by Automerger Merge Worker
Browse files

Merge "Don't forward touches to udfps if notification panel is expanding" into...

Merge "Don't forward touches to udfps if notification panel is expanding" into sc-dev am: f7b36eed

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15340335

Change-Id: Ie8f21500e8c50cd8746f17dc03440c258031e09f
parents 429650a2 f7b36eed
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -377,6 +377,9 @@ public class UdfpsKeyguardViewController extends UdfpsAnimationViewController<Ud

                @Override
                public boolean onTouch(MotionEvent event) {
                    if (mTransitionToFullShadeProgress != 0) {
                        return false;
                    }
                    return mUdfpsController.onTouch(event);
                }