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

Commit 1b7f51eb authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a crash in the Notification expandHelper

Bug: 18004384
Change-Id: I3b8e60041c527689722591962f384ea91f4a954a
parent 3a9c10a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -351,6 +351,9 @@ public class ExpandHelper implements Gefingerpoken {
                mVelocityTracker.addMovement(event);
                break;
            case MotionEvent.ACTION_MOVE:
                if (mVelocityTracker == null) {
                    mVelocityTracker = VelocityTracker.obtain();
                }
                mVelocityTracker.addMovement(event);
                break;
            default: