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

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

Merge "“Pending” SMS is not sent automatically after airplane mode is turned...

Merge "“Pending” SMS is not sent automatically after airplane mode is turned off with VZW sim card" into lmp-mr1-dev
parents 3972955a d0d53c0a
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);