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

Commit e39c1929 authored by Wei Jia's avatar Wei Jia Committed by Android Git Automerger
Browse files

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

* commit '7225187b':
  ACodec: process deferred messages when entering Loaded state.
parents ee3f39f6 7225187b
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) {