am df512214: Merge "Fix startDtmf." into gingerbread

Merge commit 'df5122147c6e1c988c6a8504e71501cbbece5298' into gingerbread-plus-aosp

* commit 'df5122147c6e1c988c6a8504e71501cbbece5298':
  Fix startDtmf.
This commit is contained in:
John Wang
2010-10-10 11:42:10 -07:00
committed by Android Git Automerger

View File

@@ -925,7 +925,7 @@ public final class CallManager {
}
if (hasActiveFgCall()) {
getActiveFgCall().getPhone().sendDtmf(c);
getActiveFgCall().getPhone().startDtmf(c);
result = true;
}