Merge "CAS : Add missing converstion of message data"
This commit is contained in:
@@ -436,7 +436,7 @@ public final class MediaCas implements AutoCloseable {
|
|||||||
if (mEventHandler != null) {
|
if (mEventHandler != null) {
|
||||||
mEventHandler.sendMessage(
|
mEventHandler.sendMessage(
|
||||||
mEventHandler.obtainMessage(
|
mEventHandler.obtainMessage(
|
||||||
EventHandler.MSG_CAS_EVENT, event, arg, data));
|
EventHandler.MSG_CAS_EVENT, event, arg, toBytes(data)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user