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

Commit 77daff77 authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Can't stop the fling! Bug: 5335420" into ics-factoryrom

parents 3b01d26e df9440f6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1020,6 +1020,8 @@ bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const
            return true;
        }
    }
    *outVx = 0;
    *outVy = 0;
    return false;
}