Loading packages/SystemUI/src/com/android/systemui/statusbar/CarrierLabel.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/CarrierLabel.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading