summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/audiomode/AudioModeProvider.java
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-10-24 22:41:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-24 22:41:00 +0000
commitdaa1c44c00f3c598223639c9b80a52cf41db51ba (patch)
treee4c88a1862b157dc858abe73e52b077bf7b96948 /java/com/android/incallui/audiomode/AudioModeProvider.java
parentef7338cf787301c573fde8129bf8880d7faba040 (diff)
parent938468da6f5c225ebb161a68bd949c9cf3261892 (diff)
Merge "Rename the new bubble package name from "bubble" to "newbubble"."
Diffstat (limited to 'java/com/android/incallui/audiomode/AudioModeProvider.java')
-rw-r--r--java/com/android/incallui/audiomode/AudioModeProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/incallui/audiomode/AudioModeProvider.java b/java/com/android/incallui/audiomode/AudioModeProvider.java
index eb59e95d4..6bdd23968 100644
--- a/java/com/android/incallui/audiomode/AudioModeProvider.java
+++ b/java/com/android/incallui/audiomode/AudioModeProvider.java
@@ -69,7 +69,7 @@ public class AudioModeProvider {
* Sets a approximated audio state before {@link #onAudioStateChanged} is called. Classes such as
* {@link com.android.incallui.ProximitySensor} fetches the audio state before it is updated by
* telecom. This method attempts to guess the correct routing based on connected audio devices.
- * The audio state may still be wrong on a second call due to b/64811128, telecom setting the
+ * The audio state may still be wrong on a second call due to a bug, telecom setting the
* route back to earpiece when a call ends.
*/
public void initializeAudioState(Context context) {