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

Commit 119a8d2b authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Hearing Aid: properly track audio Suspend/Resume

am: 5c1f8bb4

Change-Id: I3aa6513dab1773d521933bc69fb1eb731d6835f1
parents bf3785fe 5c1f8bb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1141,6 +1141,7 @@ class HearingAidImpl : public HearingAid {

    if (left == nullptr && right == nullptr) {
      HearingAidAudioSource::Stop();
      audio_running = false;
      encoder_state_release();
      current_volume = VOLUME_UNKNOWN;
      return;