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

Commit cc93f38d authored by Thomas Girardier's avatar Thomas Girardier Committed by Automerger Merge Worker
Browse files

Merge "AVRCP: Fix SET_ABSOLUTE_VOLUME label leak" into main am: 491e4cb7

parents e41a6410 491e4cb7
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());