Fix/optimization

This commit is contained in:
M66B 2020-04-20 10:38:45 +02:00
parent 1a5c66b803
commit d464d858f7
1 changed files with 2 additions and 0 deletions

View File

@ -510,6 +510,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
if (!changed)
return;
last = stats;
Widget.update(ServiceSynchronize.this);
boolean badge = prefs.getBoolean("badge", true);