Fix battery robo test
Fixes: 130896701 Test: RunSettingsRoboTests Change-Id: Iffb7874250335db81181b23f96fe7b50a2dd0062
This commit is contained in:
@@ -82,7 +82,7 @@ public class BatteryMeterView extends ImageView {
|
||||
}
|
||||
|
||||
public int getBatteryLevel() {
|
||||
return mDrawable.getLevel();
|
||||
return mDrawable.getBatteryLevel();
|
||||
}
|
||||
|
||||
public void setCharging(boolean charging) {
|
||||
|
Reference in New Issue
Block a user