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

Commit 69f26226 authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "Don't send OnCompletion events when looping"

parents 1127e1b6 0e4bd4db
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();