system/bt
修訂 | 08f3b7ca8b8de52276f723d2fc77ef15f8094a4b (tree) |
---|---|
時間 | 2019-06-05 13:09:07 |
作者 | Jakub Pawlowski <jpawlowski@goog...> |
Commiter | android-build-merger |
Merge "Hearing Aid: properly track audio Suspend/Resume" into qt-dev
am: 24e8293439
Change-Id: I944dc3d531dfa8217810acc8862094e9fd41a1de
@@ -1141,6 +1141,7 @@ class HearingAidImpl : public HearingAid { | ||
1141 | 1141 | |
1142 | 1142 | if (left == nullptr && right == nullptr) { |
1143 | 1143 | HearingAidAudioSource::Stop(); |
1144 | + audio_running = false; | |
1144 | 1145 | encoder_state_release(); |
1145 | 1146 | current_volume = VOLUME_UNKNOWN; |
1146 | 1147 | return; |