am f31da76a: Merge "Remove period from "No service."" into klp-dev
* commit 'f31da76a3a36c75eafa7078a90d982c0e6916b41': Remove period from "No service."
This commit is contained in:
@@ -423,7 +423,7 @@ class QuickSettingsModel implements BluetoothStateChangeCallback,
|
|||||||
if (string == null) return null;
|
if (string == null) return null;
|
||||||
final int length = string.length();
|
final int length = string.length();
|
||||||
if (string.endsWith(".")) {
|
if (string.endsWith(".")) {
|
||||||
string.substring(0, length - 1);
|
return string.substring(0, length - 1);
|
||||||
}
|
}
|
||||||
return string;
|
return string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user