We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04bfdf commit ab073b7Copy full SHA for ab073b7
lib/utilcode/src/main/java/com/blankj/utilcode/util/MessengerUtils.java
@@ -321,7 +321,7 @@ private void sendMsg2Client(final Message msg) {
321
for (Messenger client : mClientMap.values()) {
322
try {
323
if (client != null) {
324
- client.send(obtain);
+ client.send(Message.obtain(obtain));
325
}
326
} catch (RemoteException e) {
327
e.printStackTrace();
0 commit comments