Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaphod-Beeblebrox committed Mar 7, 2012
2 parents 7251eef + d6f0936 commit bd3ba11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/android/phone/InCallScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -3463,6 +3463,8 @@ private void internalAnswerCall() {
if (DBG) log("internalAnswerCall: answering...");
PhoneUtils.answerCall(ringing); // Automatically holds the current active call,
// if there is one
PhoneUtils.setMute(true);
PhoneUtils.setMute(false);
}
} else {
throw new IllegalStateException("Unexpected phone type: " + phoneType);
Expand Down

0 comments on commit bd3ba11

Please sign in to comment.