Merge "Fix battery robo test" into qt-dev am: fc48118694
am: 87bdcd3ce2
Change-Id: I06ff2450d1757a4ae45a28866084f7bb377c8a30
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