[apps] Quicker update of battery icon

Change-Id: I685c98ab798b0aace548c33b32919b542a2e4283
This commit is contained in:
Émilie Feral
2017-05-04 16:20:12 +02:00
parent beeed6ab2b
commit 9a52cf4f01

View File

@@ -2,7 +2,7 @@
#include "apps_container.h"
BatteryTimer::BatteryTimer(AppsContainer * container) :
Timer(5),
Timer(1),
m_container(container)
{
}