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

Commit 068dbba1 authored by Michael Sun's avatar Michael Sun Committed by Gerrit Code Review
Browse files

Merge "avrcp/device: Report device connected when abs volume not supported" into main

parents 6c493067 c6d6dc4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -580,8 +580,8 @@ void Device::HandleVolumeChanged(
  if (pkt->GetCType() == CType::REJECTED) {
    // Disable Absolute Volume
    active_labels_.erase(label);
    volume_interface_ = nullptr;
    volume_ = VOL_REGISTRATION_FAILED;
    volume_interface_->DeviceConnected(GetAddress());
    return;
  }