am 13233e06
: oopsie, missed a spot when fixing b/6970310
* commit '13233e067b8f71adc3a0ade5f442265e1f27084b': oopsie, missed a spot when fixing b/6970310
This commit is contained in:
commit
64af43a229
@ -1715,7 +1715,7 @@ status_t SurfaceFlinger::onLayerRemoved(const sp<Client>& client, SurfaceID sid)
|
|||||||
if (layer != 0) {
|
if (layer != 0) {
|
||||||
err = purgatorizeLayer_l(layer);
|
err = purgatorizeLayer_l(layer);
|
||||||
if (err == NO_ERROR) {
|
if (err == NO_ERROR) {
|
||||||
setTransactionFlags(eDisplayTransactionNeeded);
|
setTransactionFlags(eTransactionNeeded);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return err;
|
return err;
|
||||||
|
Loading…
Reference in New Issue
Block a user