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

Commit 207a02b2 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android Git Automerger
Browse files

am 330ca560: Merge "“Pending” SMS is not sent automatically after airplane...

am 330ca560: Merge "“Pending” SMS is not sent automatically after airplane mode is turned off with VZW sim card" into lmp-mr1-dev

* commit '330ca560':
  “Pending” SMS is not sent automatically after airplane mode is turned off with VZW sim card
parents 5e7257e6 330ca560
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -543,7 +543,7 @@ public class SmsNumberUtils {

        if (needToConvert(phoneBase)) {
            final int networkType = getNetworkType(phoneBase);
            if (networkType != -1) {
            if (networkType != -1 && !TextUtils.isEmpty(networkOperator)) {
                String networkMcc = networkOperator.substring(0, 3);
                if (networkMcc != null && networkMcc.trim().length() > 0) {
                    result = formatNumber(phoneBase.getContext(), destAddr, networkMcc, networkType);