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

Commit 087b4136 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5882211 from 611fc705 to qt-qpr1-release

Change-Id: Iba57218b0262657b5370736f64a723b272632b77
parents 241d4f7a 611fc705
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ struct AMediaDrm {
};

void DrmListener::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) {
    if (!mEventListener && !mExpirationUpdateListener && !mKeysChangeListener) {
    if (!mEventListener || !mExpirationUpdateListener || !mKeysChangeListener) {
        ALOGE("No listeners are specified");
        return;
    }