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

Commit 7e343b8d authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from froyo-plus-aosp

Change-Id: Ic1d0535cb746af0c53a5277b008061f7a2d973a2
parents f29fbc58 e5a023bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ public abstract class AbstractCursor implements CrossProcessCursor {
     * @param window
     */
    public void fillWindow(int position, CursorWindow window) {
        if (position < 0 || position > getCount()) {
        if (position < 0 || position >= getCount()) {
            return;
        }
        window.acquireReference();