Merge "Fix battery robo test" into qt-dev

am: fc48118694

Change-Id: Id0bcad14d216bb2718435dffdb802e105af440d4
This commit is contained in:
Lei Yu
2019-04-19 17:20:53 -07:00
committed by android-build-merger
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) {