Merge "Update Battery settings entry index summary"

This commit is contained in:
YK Hung
2022-10-13 15:57:53 +00:00
committed by Android (Google) Code Review

View File

@@ -302,7 +302,7 @@ public class BatteryInfo {
info.remainingLabel = null;
info.chargeLabel = info.batteryLevel == 100 ? info.batteryPercentString :
resources.getString(R.string.power_charging, info.batteryPercentString,
chargeStatusLabel.toLowerCase());
chargeStatusLabel);
}
}