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

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

merge from open-source master

Change-Id: I8e7ccd470e8b90347686985aa2d8337d0c38900c
parents d398e7a4 e82ff9ed
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();