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

Commit 3843395a authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6341266 from 2c652db6 to qt-qpr3-release

Change-Id: I0ef8158dfc7ded813a2e7bec0b7cf29145b94b46
parents f39f936e 2c652db6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1071,6 +1071,7 @@ status_t BnDrm::onTransact(
            Vector<uint8_t> keySetId;
            readVector(data, keySetId);
            DrmPlugin::OfflineLicenseState state;
            state = DrmPlugin::OfflineLicenseState::kOfflineLicenseStateUnknown;
            status_t result = getOfflineLicenseState(keySetId, &state);
            reply->writeInt32(static_cast<DrmPlugin::OfflineLicenseState>(state));
            reply->writeInt32(result);