Merge "Fix startDtmf." into gingerbread

This commit is contained in:
John Wang
2010-10-10 11:38:39 -07:00
committed by Android (Google) Code Review

View File

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