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

Commit 491e4cb7 authored by Thomas Girardier's avatar Thomas Girardier Committed by Gerrit Code Review
Browse files

Merge "AVRCP: Fix SET_ABSOLUTE_VOLUME label leak" into main

parents 5f68a5aa 9f97e7bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@ void Device::VendorPacketHandler(uint8_t label, std::shared_ptr<VendorPacket> pk
        // TODO (apanicke): Add a retry mechanism if the response has a
        // different volume than the one we set. For now, we don't care
        // about the response to this message.
        active_labels_.erase(label);
        break;
      default:
        log::warn("{}: Unhandled Response: pdu={}", address_, pkt->GetCommandPdu());