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

Commit 1166ff76 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 1d9246e8: Merge change Id095e180 into eclair

Merge commit '1d9246e8' into eclair-mr2

* commit '1d9246e8':
  Make sure the visualization stops immediately when sound stops, instead of continuing for a fraction of a second.
parents d31b0e44 1d9246e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1548,6 +1548,7 @@ void MediaPlayerService::AudioOutput::pause()
{
    LOGV("pause");
    if (mTrack) mTrack->pause();
    lastWriteTime = 0;
}

void MediaPlayerService::AudioOutput::close()