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

Commit 0201f129 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "CAS : Add missing converstion of message data"

parents b7c18f23 a31a6e08
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)));
                    }
                }