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

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

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

am: f17dcdae

Change-Id: I72e9146ed8d21974af3cfe8b209571ebe8c93a3b
parents 9e64f826 f17dcdae
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);
    }

    /**