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

Commit 7225187b authored by Wei Jia's avatar Wei Jia Committed by Android (Google) Code Review
Browse files

Merge "ACodec: process deferred messages when entering Loaded state." into lmp-dev

parents 380757ba f393c33e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4578,6 +4578,8 @@ void ACodec::LoadedState::stateEntered() {
        onShutdown(keepComponentAllocated);
    }
    mCodec->mExplicitShutdown = false;

    mCodec->processDeferredMessages();
}

void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) {