am 37a3631e: Merge "Add line break between PLMN and SPN in windowshade." into gingerbread

Merge commit '37a3631edfb1b848daca23bf5a12e1ab4bb6e096' into gingerbread-plus-aosp

* commit '37a3631edfb1b848daca23bf5a12e1ab4bb6e096':
  Add line break between PLMN and SPN in windowshade.
This commit is contained in:
jsh
2010-09-28 12:46:57 -07:00
committed by Android Git Automerger

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;