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

Commit b1e62648 authored by Ryan Mitchell's avatar Ryan Mitchell Committed by Android (Google) Code Review
Browse files

Merge "Remove ApkAssets access in finalizer" into sc-dev

parents 276b4887 9ff600f6
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -284,11 +284,6 @@ public class ResourcesProvider implements AutoCloseable, Closeable {
                Log.w(TAG, "ResourcesProvider " + this + " finalized with non-zero refs: "
                        + mOpenCount);
            }

            if (mOpen) {
                mOpen = false;
                mApkAssets.close();
            }
        }
    }
}