Adjust handleAge too
This commit is contained in:
parent
9b6e97e1f2
commit
0326f854db
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ class StatuslightHandler {
|
|||
R.string.key_statuslights_bat_warning, 22.0,
|
||||
batteryView, "BAT", batteryLevel);
|
||||
} else {
|
||||
applyStatuslight("bage", CareportalEvent.PUMPBATTERYCHANGE, batteryView, "BAT", 504, 744);
|
||||
applyStatuslight("bage", CareportalEvent.PUMPBATTERYCHANGE, batteryView, "BAT", 224, 336);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -116,7 +116,7 @@ class StatuslightHandler {
|
|||
batteryView, "BAT ", pump.getBatteryLevel());
|
||||
} else {
|
||||
handleAge("bage", CareportalEvent.PUMPBATTERYCHANGE, batteryView, "BAT ",
|
||||
336, 240);
|
||||
224, 336);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue