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

Commit 2094528a authored by Hongguang Chen's avatar Hongguang Chen Committed by Automerger Merge Worker
Browse files

Merge "Update invoke Vendor Command Listener for Vendor ID check" into udc-dev am: 683ab865

parents ed209651 683ab865
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3774,11 +3774,12 @@ public class HdmiControlService extends SystemService {
                }
                try {
                    record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId);
                    return true;
                } catch (RemoteException e) {
                    Slog.e(TAG, "Failed to notify vendor command reception", e);
                }
            }
            return true;
            return false;
        }
    }