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

Commit 37c26e4d authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Handle mnc 00 while retrieving the Resources based on subid" into nyc-dev

parents 853304c0 e1da5a39
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1347,6 +1347,7 @@ public class SubscriptionManager {
        if (subInfo != null) {
            newConfig.mcc = subInfo.getMcc();
            newConfig.mnc = subInfo.getMnc();
            if (newConfig.mnc == 0) newConfig.mnc = Configuration.MNC_ZERO;
        }
        DisplayMetrics metrics = context.getResources().getDisplayMetrics();
        DisplayMetrics newMetrics = new DisplayMetrics();