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

Commit df95ec3a authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Don't close CPC belonging to overall Job.

am: 027c747b

Change-Id: Ifbedfb915d1c38d1c8cd92bbb0ec14af32051ec6
parents 5701a3ba 027c747b
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -763,9 +763,7 @@ class CopyJob extends ResolvedResourcesJob {
     */
    private Cursor queryChildren(DocumentInfo srcDir, String[] queryColumns)
            throws RemoteException {
        try (final ContentProviderClient client = getClient(srcDir)) {
            return queryChildren(client, srcDir.derivedUri, queryColumns);
        }
        return queryChildren(getClient(srcDir), srcDir.derivedUri, queryColumns);
    }

    /**