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

Commit 1d9246e8 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Id095e180 into eclair

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

void MediaPlayerService::AudioOutput::close()