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