Merge "Fix battery robo test" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-19 23:13:51 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ public class BatteryMeterView extends ImageView {
}
public int getBatteryLevel() {
return mDrawable.getLevel();
return mDrawable.getBatteryLevel();
}
public void setCharging(boolean charging) {