Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b4b3bd4 authored by John Wang's avatar John Wang Committed by Android Git Automerger
Browse files

am 5a41b3f8: am df512214: Merge "Fix startDtmf." into gingerbread

Merge commit '5a41b3f8'

* commit '5a41b3f8':
  Fix startDtmf.
parents 2493c164 5a41b3f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -925,7 +925,7 @@ public final class CallManager {
        }

        if (hasActiveFgCall()) {
            getActiveFgCall().getPhone().sendDtmf(c);
            getActiveFgCall().getPhone().startDtmf(c);
            result = true;
        }