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

Commit 5a41b3f8 authored by John Wang's avatar John Wang Committed by Android Git Automerger
Browse files

am df512214: Merge "Fix startDtmf." into gingerbread

Merge commit 'df512214' into gingerbread-plus-aosp

* commit 'df512214':
  Fix startDtmf.
parents 2da9338c df512214
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;
        }