Refactoring, small improvements

This commit is contained in:
M66B
2019-11-15 13:25:05 +01:00
parent c5f6477311
commit ee99ae3ecb
13 changed files with 38 additions and 36 deletions

View File

@@ -271,7 +271,7 @@ public class ServiceSynchronize extends ServiceBase {
last = messages;
if (changed)
WidgetUnified.update(ServiceSynchronize.this);
WidgetList.update(ServiceSynchronize.this);
}
});
}
@@ -412,7 +412,7 @@ public class ServiceSynchronize extends ServiceBase {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
boolean badge = prefs.getBoolean("badge", true);
Widget.update(this, unseen);
WidgetCount.update(this, unseen);
try {
if (unseen == null || !badge)