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

Commit 7f7a38f3 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am b63d91c6: am f9b0e826: fix [2269582]...

am b63d91c6: am f9b0e826: fix [2269582] [TOP-10][Passion_1506][APT:Camera]Sometimes camera preview screen is truncated after launching and back to home screen by home key repeatedly

Merge commit 'b63d91c6fc90ee8f71bad9380b45dfe6b5d96f57' into eclair-mr2-plus-aosp

* commit 'b63d91c6fc90ee8f71bad9380b45dfe6b5d96f57':
  fix [2269582] [TOP-10][Passion_1506][APT:Camera]Sometimes camera preview screen is truncated after launching and back to home screen by home key repeatedly
parents 1ff13549 839604c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@ sp<LayerBaseClient::Surface> Layer::createSurface() const
status_t Layer::ditch()
{
    // the layer is not on screen anymore. free as much resources as possible
    mFreezeLock.clear();
    destroy();
    return NO_ERROR;
}