Merge "Camera: Fix map access"
This commit is contained in:
@@ -354,7 +354,7 @@ public class FrameManager {
|
|||||||
assertNotRunning();
|
assertNotRunning();
|
||||||
FrameSlot slot = getSlot(name);
|
FrameSlot slot = getSlot(name);
|
||||||
slot.releaseFrame();
|
slot.releaseFrame();
|
||||||
mFrameSlots.remove(slot);
|
mFrameSlots.remove(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user