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

Commit df512214 authored by John Wang's avatar John Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix startDtmf." into gingerbread

parents d14230f1 864032f9
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;
        }