Move to top (so it doesn't conflict with remapped buttons).
This commit is contained in:
parent
3188619b61
commit
0c8308cf01
@ -316,7 +316,7 @@ void HomeActivity::render() const {
|
||||
const auto labels = mappedInput.mapLabels("", "Confirm", "Up", "Down");
|
||||
renderer.drawButtonHints(UI_10_FONT_ID, labels.btn1, labels.btn2, labels.btn3, labels.btn4);
|
||||
|
||||
ScreenComponents::drawBattery(renderer, 20, pageHeight - 40 + 6);
|
||||
ScreenComponents::drawBattery(renderer, 20, 26);
|
||||
|
||||
renderer.displayBuffer();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user