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

Commit 687c44f2 authored by Bjorn Bringert's avatar Bjorn Bringert Committed by Android (Google) Code Review
Browse files

Merge "Call close() instead of deactivate() in CursorToBulkCursorAdaptor.close()"

parents d9894bc3 d6dfca83
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -143,8 +143,7 @@ public final class CursorToBulkCursorAdaptor extends BulkCursorNative

    public void close() {
        maybeUnregisterObserverProxy();
        mCursor.deactivate();       
        
        mCursor.close();
    }

    public int requery(IContentObserver observer, CursorWindow window) {