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

This commit is contained in:
jsh
2010-09-28 12:44:47 -07:00
committed by Android (Google) Code Review

View File

@@ -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;