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

Commit 864032f9 authored by John Wang's avatar John Wang
Browse files

Fix startDtmf.

Call correct startDtmf() function.

Bug: 3033030

Change-Id: Ia90311ac5d2e4b070a28533c865c81dc90326557
parent 1c3ef787
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;
        }