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

Commit 853783be authored by Lucas Gates's avatar Lucas Gates Committed by Android (Google) Code Review
Browse files

Merge "Tuner HAL Fix bug allowing only one MediaEvent"

parents 9e3efc29 9e4ced71
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -900,7 +900,8 @@ void Filter::updateRecordOutput(vector<int8_t>& data) {
        }

        result = createMediaFilterEventWithIon(mPesOutput);
        if (result.isOk()) {
        if (!result.isOk()) {
            mFilterOutput.clear();
            return result;
        }
    }