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