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

Commit 37a3631e authored by jsh's avatar jsh Committed by Android (Google) Code Review
Browse files

Merge "Add line break between PLMN and SPN in windowshade." into gingerbread

parents 5bdb89d7 dbb9ad82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ public class CarrierLabel extends TextView {
        }
        if (showSpn && spn != null) {
            if (something) {
                str.append(' ');
                str.append('\n');
            }
            str.append(spn);
            something = true;