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

Commit 52a19235 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Remove period from "No service."

Bug: 10460869
Change-Id: I57b030518c9cfec367da21e39af7a001a565daa4
parent aeda265c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -423,7 +423,7 @@ class QuickSettingsModel implements BluetoothStateChangeCallback,
        if (string == null) return null;
        final int length = string.length();
        if (string.endsWith(".")) {
            string.substring(0, length - 1);
            return string.substring(0, length - 1);
        }
        return string;
    }