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

Commit 17116c10 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect assertion in StorageUserConnection"

parents 03875864 7641cc80
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -135,8 +135,6 @@ public final class StorageUserConnection {
     */
    public void freeCache(String volumeUuid, long bytes)
            throws ExternalStorageServiceException {
        Objects.requireNonNull(volumeUuid);

        synchronized (mSessionsLock) {
            for (String sessionId : mSessions.keySet()) {
                mActiveConnection.freeCache(sessionId, volumeUuid, bytes);