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

Commit a0054098 authored by Paul Colta's avatar Paul Colta Committed by Android (Google) Code Review
Browse files

Merge "cec: send message callback may not be called [1/1]" into main

parents 8125d83f bb2a0da1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1721,6 +1721,8 @@ public class HdmiControlService extends SystemService {
                    if (result != SendMessageResult.SUCCESS) {
                        localDevice.addAndStartAction(new
                                ResendCecCommandAction(localDevice, command, callback));
                    } else if (callback != null) {
                        callback.onSendCompleted(result);
                    }
                }
            });