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

Commit 11787971 authored by Robert Shih's avatar Robert Shih Committed by Android Git Automerger
Browse files

am f33a302f: Merge "RTSPSource::pause mHandler NULL check" into mnc-dr-dev

* commit 'f33a302f':
  RTSPSource::pause mHandler NULL check
parents 6d978a5d f33a302f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -134,8 +134,10 @@ void NuPlayer::RTSPSource::pause() {
            return;
        }
    }
    if (mHandler != NULL) {
        mHandler->pause();
    }
}

void NuPlayer::RTSPSource::resume() {
    if (mHandler != NULL) {