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

Commit 9c5ab043 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Fix that pending DTMF cannot be sent after SRVCC has occurred" am:...

Merge "Fix that pending DTMF cannot be sent after SRVCC has occurred" am: 005b1b16 am: 4858d375 am: df6d6358
am: a8af9445

Change-Id: Ic02cfcdc7b59c30e3509fba966d2544f12a45b57
parents a1639db3 a8af9445
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -633,6 +633,7 @@ public abstract class Connection {
        mOrigConnection = c.getOrigConnection();
        mPostDialString = c.mPostDialString;
        mNextPostDialChar = c.mNextPostDialChar;
        mPostDialState = c.mPostDialState;
    }

    /**