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

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

Merge "Camera: Fix map access"

am: 8796d954

Change-Id: Ife74759ff109b1b885420db408e6a6e0c3bb1388
parents a6905db1 8796d954
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);
    }

    /**