From f3cefe8359bb150f61716578862e4d43e1e308d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 11 Apr 2017 17:29:03 +0200 Subject: [PATCH] [apps] Change battery icon iniation and update quicker Change-Id: I528519deb0d768de48660d1f0ddfed3b570e74f4 --- apps/battery_view.cpp | 2 +- apps/usb_timer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/battery_view.cpp b/apps/battery_view.cpp index 503685ccb..f06191781 100644 --- a/apps/battery_view.cpp +++ b/apps/battery_view.cpp @@ -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) { } diff --git a/apps/usb_timer.cpp b/apps/usb_timer.cpp index 27ef96e44..ed7afbc44 100644 --- a/apps/usb_timer.cpp +++ b/apps/usb_timer.cpp @@ -3,7 +3,7 @@ #include "apps_container.h" USBTimer::USBTimer(AppsContainer * container) : - Timer(2), + Timer(1), m_container(container), m_previousPluggedState(false) {