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

Commit 8796d954 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Camera: Fix map access"

parents 6bd13af4 b59365c3
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);
    }

    /**