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

Commit a31a6e08 authored by Shraddha Basantwani's avatar Shraddha Basantwani
Browse files

CAS : Add missing converstion of message data

Test: atest MediaCasTest#testClearKeyApis
Bug: 269691993
Change-Id: Id04345a5aeebeb140b2f6bfe3166dc1ffb3558e6
parent c44c3153
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -436,7 +436,7 @@ public final class MediaCas implements AutoCloseable {
                    if (mEventHandler != null) {
                        mEventHandler.sendMessage(
                                mEventHandler.obtainMessage(
                                        EventHandler.MSG_CAS_EVENT, event, arg, data));
                                        EventHandler.MSG_CAS_EVENT, event, arg, toBytes(data)));
                    }
                }