[apps] Change battery icon iniation and update quicker

Change-Id: I528519deb0d768de48660d1f0ddfed3b570e74f4
This commit is contained in:
Émilie Feral
2017-04-11 17:29:03 +02:00
parent 061a9724bd
commit f3cefe8359
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
{
}