Loading telephony/java/com/android/internal/telephony/CallManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -925,7 +925,7 @@ public final class CallManager { } if (hasActiveFgCall()) { getActiveFgCall().getPhone().sendDtmf(c); getActiveFgCall().getPhone().startDtmf(c); result = true; } Loading Loading
telephony/java/com/android/internal/telephony/CallManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -925,7 +925,7 @@ public final class CallManager { } if (hasActiveFgCall()) { getActiveFgCall().getPhone().sendDtmf(c); getActiveFgCall().getPhone().startDtmf(c); result = true; } Loading