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

Commit 91ef5eb7 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android Git Automerger
Browse files

am 76b0a0d9: am 7b54f44b: Merge "[ADR] TS51.010-1 34.2.9.1 failed to send...

am 76b0a0d9: am 7b54f44b: Merge "[ADR] TS51.010-1 34.2.9.1 failed to send concatenated segments SMS to short  code" into lmp-dev

* commit '76b0a0d9':
  [ADR] TS51.010-1 34.2.9.1 failed to send concatenated segments SMS to short code
parents 84126355 76b0a0d9
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--;