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

Commit 7641cc80 authored by Biswarup Pal's avatar Biswarup Pal
Browse files

Fix incorrect assertion in StorageUserConnection

Test: m
Bug: 175882954
Change-Id: I71bc071b4284cf46562657dd35e30592dc3220bd
parent 4e0f4d30
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);