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

Commit 185c1347 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 69f26226: Merge "Don\'t send OnCompletion events when looping"

* commit '69f26226':
  Don't send OnCompletion events when looping
parents f7ec627f 69f26226
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -747,7 +747,8 @@ void NuPlayerDriver::notifyListener_l(
                        // the last little bit of audio. If we're looping, we need to restart it.
                        mAudioSink->start();
                    }
                    break;
                    // don't send completion event when looping
                    return;
                }

                mPlayer->pause();