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

Commit 179bd724 authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Automerger Merge Worker
Browse files

Merge "Notify group status inactive when group stops" am: 9cf3ccc5

parents 24b02c05 9cf3ccc5
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;