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

Commit 4e191130 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Camera: Fix map access" am: 8796d954 am: f17dcdae

am: b2aea203

Change-Id: I352684dc26eb72c207740f5e93b5051ccfb1456e
parents b5f61928 b2aea203
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ public class FrameManager {
        assertNotRunning();
        FrameSlot slot = getSlot(name);
        slot.releaseFrame();
        mFrameSlots.remove(slot);
        mFrameSlots.remove(name);
    }

    /**