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

Commit ac457b1b authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed a crash in the Notification expandHelper" into lmp-mr1-dev

parents 43d991ef 1b7f51eb
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: