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

Commit ebbcd262 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Assign messageRef to tracker in IMS dispatcher"

parents b51a15c4 4e53ab35
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);