From 9a52cf4f017f0d199cd67ee34b6cbff428ab12f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 4 May 2017 16:20:12 +0200 Subject: [PATCH] [apps] Quicker update of battery icon Change-Id: I685c98ab798b0aace548c33b32919b542a2e4283 --- apps/battery_timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/battery_timer.cpp b/apps/battery_timer.cpp index 8307e9a07..61ec7df41 100644 --- a/apps/battery_timer.cpp +++ b/apps/battery_timer.cpp @@ -2,7 +2,7 @@ #include "apps_container.h" BatteryTimer::BatteryTimer(AppsContainer * container) : - Timer(5), + Timer(1), m_container(container) { }