Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbb9ad82 authored by jsh's avatar jsh
Browse files

Add line break between PLMN and SPN in windowshade.

bug: 2994598
Change-Id: Id588e18e78e0adcc6a0a4e40599f60c57a40170d
parent 8544560c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;