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

Commit 9f5f6ab0 authored by Dan Stoza's avatar Dan Stoza Committed by Android Git Automerger
Browse files

am bfe211f0: Merge "libgui: Always allow allocation on connect"

* commit 'bfe211f0':
  libgui: Always allow allocation on connect
parents 91e485fa bfe211f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -871,6 +871,7 @@ status_t BufferQueueProducer::connect(const sp<IProducerListener>& listener,
    mCore->mBufferHasBeenQueued = false;
    mCore->mDequeueBufferCannotBlock =
            mCore->mConsumerControlledByApp && producerControlledByApp;
    mCore->mAllowAllocation = true;

    return status;
}