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 (showSpn && spn != null) {
|
||||||
if (something) {
|
if (something) {
|
||||||
str.append(' ');
|
str.append('\n');
|
||||||
}
|
}
|
||||||
str.append(spn);
|
str.append(spn);
|
||||||
something = true;
|
something = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user