Merge "Fix battery robo test" into qt-dev am: fc48118694

am: 87bdcd3ce2

Change-Id: I06ff2450d1757a4ae45a28866084f7bb377c8a30
This commit is contained in:
Lei Yu
2019-04-19 18:56:31 -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) {