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

Commit f33a302f authored by Robert Shih's avatar Robert Shih Committed by Android (Google) Code Review
Browse files

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

parents 1a4ceb83 6d3cd2e2
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) {