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

Commit 4715fdf4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Notify group status inactive when group stops" into tm-qpr-dev

parents e1b5a07b 10ced681
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -979,6 +979,7 @@ class LeAudioClientImpl : public LeAudioClient {
    } else {
      /* In case there was an active group. Stop the stream */
      GroupStop(active_group_id_);
      callbacks_->OnGroupStatus(active_group_id_, GroupStatus::INACTIVE);
    }

    active_group_id_ = group_id;