am df512214: Merge "Fix startDtmf." into gingerbread
Merge commit 'df5122147c6e1c988c6a8504e71501cbbece5298' into gingerbread-plus-aosp * commit 'df5122147c6e1c988c6a8504e71501cbbece5298': Fix startDtmf.
This commit is contained in:
@@ -925,7 +925,7 @@ public final class CallManager {
|
||||
}
|
||||
|
||||
if (hasActiveFgCall()) {
|
||||
getActiveFgCall().getPhone().sendDtmf(c);
|
||||
getActiveFgCall().getPhone().startDtmf(c);
|
||||
result = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user