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

Commit 25811888 authored by Beverly's avatar Beverly Committed by Beverly Tai
Browse files

Don't forward touches to udfps if notification panel is expanding

Test: manual
Fixes: 192755873
Change-Id: Id4dc631d1beada6b4bd9e684445317e931b2c848
parent 72922c8a
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);
                }