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

Commit 5addc72c authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Assign messageRef to tracker in IMS dispatcher" am: ebbcd262

am: 3b759a66

Change-Id: Iec86ef15d7263f7518941d52591eaf513fac4366
parents a86feca8 3b759a66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ public class ImsSmsDispatcher extends SMSDispatcher {
            if (tracker == null) {
                throw new IllegalArgumentException("Invalid token.");
            }
            tracker.mMessageRef = messageRef;
            switch(reason) {
                case ImsSmsImplBase.SEND_STATUS_OK:
                    tracker.onSent(mContext);