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

Commit 3804ebfb authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

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

* commit 'ac457b1b':
  Fixed a crash in the Notification expandHelper
parents b94a2d96 ac457b1b
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: