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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user