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

Commit 5207165c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio - Query midi decoder state after stop()"

parents d9b04af0 d884effd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ status_t MidiFile::stop()
            ALOGE("EAS_Pause returned error %ld", result);
            return ERROR_EAS_FAILURE;
        }
        updateState();
    }
    mPaused = false;
    sendEvent(MEDIA_STOPPED);