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

Commit f154d71a 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 am: cc93f38d

parents a0e06edf cc93f38d
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());