Merge "Add line break between PLMN and SPN in windowshade." into gingerbread
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