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

Commit 351c4cce authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix toString() of resource Configuration for Mobile network code"

parents e31557f7 f7f80608
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1107,7 +1107,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration
        } else {
            sb.append("?mcc");
        }
        if (mnc != 0) {
        if (mnc != MNC_ZERO) {
            sb.append(mnc);
            sb.append("mnc");
        } else {