mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Change battery icon iniation and update quicker
Change-Id: I528519deb0d768de48660d1f0ddfed3b570e74f4
This commit is contained in:
@@ -14,7 +14,7 @@ const uint8_t flashMask[BatteryView::k_flashHeight][BatteryView::k_flashWidth] =
|
||||
BatteryView::BatteryView() :
|
||||
View(),
|
||||
m_chargeState(Ion::Battery::Charge::SOMEWHERE_INBETWEEN),
|
||||
m_isCharging(true)
|
||||
m_isCharging(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user