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

Commit 8756f2ec authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

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

* commit '79aa40302b643ee6c6227ee354a1b1378e721568':
  Can't stop the fling! Bug: 5335420
parents f897156b 77daff77
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1020,6 +1020,8 @@ bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const
            return true;
            return true;
        }
        }
    }
    }
    *outVx = 0;
    *outVy = 0;
    return false;
    return false;
}
}