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

Commit 3b759a66 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

Change-Id: Iab01e300fd2ec82adf04e30abeea0ffaeeb39031
parents c68d9422 ebbcd262
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);