Merge "Remove period from "No service."" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f31da76a3a
@@ -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