[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

@@ -3,7 +3,7 @@
#include "apps_container.h"
USBTimer::USBTimer(AppsContainer * container) :
Timer(2),
Timer(1),
m_container(container),
m_previousPluggedState(false)
{