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

Commit 02d28b13 authored by Amy Zhang's avatar Amy Zhang Committed by Android (Google) Code Review
Browse files

Merge "Fix demux client closing typo" into sc-dev

parents 1b520a6d 3f23bf4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ Result DemuxClient::disconnectCiCam() {
Result DemuxClient::close() {
    if (mTunerDemux != NULL) {
        Status s = mTunerDemux->close();
        mDemux = NULL;
        mTunerDemux = NULL;
        return ClientHelper::getServiceSpecificErrorCode(s);
    }