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

Commit 7b54f44b authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "[ADR] TS51.010-1 34.2.9.1 failed to send concatenated segments SMS to...

Merge "[ADR] TS51.010-1 34.2.9.1 failed to send concatenated segments SMS to short  code" into lmp-dev
parents 8bac0d74 6c376fea
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -302,6 +302,11 @@ public abstract class SMSDispatcher extends Handler {
            if (tracker.isMultipart()) {
                sendMultipartSms(tracker);
            } else {
                if (mPendingTrackerCount > 1) {
                    tracker.mExpectMore = true;
                } else {
                    tracker.mExpectMore = false;
                }
                sendSms(tracker);
            }
            mPendingTrackerCount--;