mirror of https://github.com/M66B/FairEmail.git
Fix/optimization
This commit is contained in:
parent
1a5c66b803
commit
d464d858f7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue